17 repos
Libraries and databases for high-performance key-value storage, ranging from embedded in-process engines to distributed consensus-based systems. The cluster spans multiple language implementations (Go, C++, Python, and Java) of both single-node stores optimized for speed and memory efficiency, and multi-node systems designed for fault tolerance and consistency. Central projects like etcd, buntdb, badger, and lmdb represent different points on this spectrum—from simple embedded databases to production distributed systems used in container orchestration and consensus layers.