capukv is a small, strongly-consistent, fault-tolerant, distributed key-value store built using an implementation of the Raft consensus algorithm. While not production-ready, it has been tested against node failures and harsh network conditions like partitions, packet loss, reordering, message duplication, and latency spikes.
I built capukv to learn about distributed-systems more deeply.
capukv is made possible thanks to:

