goDKV
A visual simulation to explain how my distributed key-value store works—built entirely in Go. No real database, just interactive demos to help you (and me!) understand the core ideas.
Single Node KV
Write-Ahead Logging, in-memory store, snapshots, and crash recovery.
Distributed KV
Consistent hashing, quorum reads/writes, and replication across nodes.
System Architecture
See how WAL, hash ring, and quorum tie together in the full design.
Click any section to explore live visualizations and try operations yourself.