CAP Theorem
Understanding the fundamental trade-offs in distributed systems design and implementation
Dynamo
Amazon's distributed key-value storage system designed for high availability and eventual consistency.
Leaderless Replication
Dynamo-style replication with quorums and eventual consistency
Multi-Leader Replication
Multiple writable nodes with conflict resolution strategies
Rebalancing Partitions
Redistributing data when adding or removing nodes
