Skip to content

aethne0/capukv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capukv

Usage and docs

Releases and containers


capu

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:

sample image