nexus-kv
onlyarnav/nexus-kv
Go
A distributed, strongly-consistent key-value store built from scratch in Go, featuring a custom Raft consensus implementation and a custom LSM-tree storage engine (Skip List, WAL with physical torn-write recovery, SSTables, Bloom Filters, and size-tiered compaction).