Quick POC: "Master-Follower Replication" using RocksDB
High Level Design
RocksDB is a high-performance embedded database for key-value data, designed for fast storage. In this post, I'll show you how to create a simple master-follower replication setup using RocksDB's backup and restore functionality.
P...
hyadav.hashnode.dev3 min read