System Overview - Consistency models (strong, eventual)
This system demonstrates two common data consistency models used in distributed systems: strong consistency and eventual consistency. It shows how data updates propagate and how clients read data under each model, highlighting trade-offs between immediacy and availability.