<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mzaza</title>
    <description>The latest articles on DEV Community by mzaza (@mzaza).</description>
    <link>https://dev.to/mzaza</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3806371%2Fd6e54baf-ab07-402d-95db-e518c215861e.png</url>
      <title>DEV Community: mzaza</title>
      <link>https://dev.to/mzaza</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mzaza"/>
    <language>en</language>
    <item>
      <title>Serverless, cloud-native strongly consistent replicated state machine atop S3</title>
      <dc:creator>mzaza</dc:creator>
      <pubDate>Wed, 04 Mar 2026 18:22:34 +0000</pubDate>
      <link>https://dev.to/mzaza/serverless-cloud-native-strongly-consistent-replicated-state-machine-atop-s3-68k</link>
      <guid>https://dev.to/mzaza/serverless-cloud-native-strongly-consistent-replicated-state-machine-atop-s3-68k</guid>
      <description>&lt;p&gt;I'de like to introduce &lt;a href="https://github.com/io-s2c/s2c" rel="noopener noreferrer"&gt;S2C&lt;/a&gt; - a novel implementation of &lt;em&gt;&lt;strong&gt;distributed consensus and state machine replication atop shared storage&lt;/strong&gt;&lt;/em&gt; (AWS S3).&lt;/p&gt;

&lt;p&gt;It can be embedded in any JVM distributed application (e.g. microservices) to provide a strongly consistent medium for storing structured data (durable cache, key-value store, distributed atomic counter, etc.).&lt;/p&gt;

&lt;p&gt;It aims to simplify building strongly consistent data stores by avoiding maintaining majority of nodes and by offloading the quorum to S3. It can run as a single node and can survive full cluster crash. So S3 is used for storage and consensus.&lt;/p&gt;

&lt;p&gt;It is implemented in Java (more languages support coming).&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>distributedsystems</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
