Change Data Capture (CDC)
Capturing database changes for real-time replication and streaming
Google File System
Google's scalable distributed file system designed for large distributed data-intensive applications.
Leaderless Replication
Dynamo-style replication with quorums and eventual consistency
Multi-Leader Replication
Multiple writable nodes with conflict resolution strategies
Quorum Systems
Understanding quorum-based consensus mechanisms for ensuring consistency and availability in distributed systems
RAFT
Raft is a consensus algorithm for managing a replicated log that is easier to understand than Paxos while providing equivalent functionality and efficiency.
Single-Leader Replication
Master-slave replication with one writable leader
