Module 4: Distributed Consistency#
In this module, we tackle the hardest problem in distributed systems: keeping data consistent across multiple nodes.
Lessons#
- Design a Distributed Counter
- Counting at Scale: How to count millions of events (likes, views) per second accurately.