Yet Another Key-Value store - Development notes
YAKV is a simple key-value store project to learn the ins-and-outs of some database topics, including: write-ahead logging, log structured merge trees, and (maybe) distributed databases using raft.