Build it: Eventual Consistency

An interactive sandbox where you drag real components together, connect them, and run a live traffic simulation to see where the design breaks.

Challenge: A primary takes all writes. Add several <strong>replicas</strong> that stream changes from the primary. Reads can hit any replica, but they will be a little behind. Wire reads from the app to the replicas too.

Read the Eventual Consistency lesson →