Rockraft – a Rust framework for building strongly consistent KV stores
Rust Raft library wrapping OpenRaft and RocksDB for distributed KV stores.
A scriptable, extensible performance tool for sorted key value stores.
Yet another benchmarking tool, but specifically for key-value stores instead of databases.
Storage engine developers, database engineers
sysbench · HammerDB · YCSB
Cheers!
Rust Raft library wrapping OpenRaft and RocksDB for distributed KV stores.
SQLite B-tree without SQL: 57–68% faster KV ops, single-header drop-in.
LSM-tree with SSI, column families, and adaptive compaction—solid database primitives, nothing novel.
SQLite's proven storage minus SQL parsing—3–5× throughput for KV-only workloads.
Git-like branching for etcd-compatible KV stores backed by S3.
WebAssembly contracts defining merge operations solve decentralized consistency without servers.