Show HN: Minikv – Distributed key-value and object store in Rust (Raft, S3 API)
via github.com
Short excerpt below. Read at the original source.
Hi HN, I’m releasing minikv, a distributed key-value and object store in Rust. What is minikv? minikv is an open-source, distributed storage engine built for learning, experimentation, and self-hosted setups. It combines a strongly-consistent key-value database (Raft), S3-compatible object storage, and basic multi-tenancy. I started minikv as a learning project about distributed systems, and it […]