Breeoche
Breeoche is a simple key/value storage service for study purpose.
Roadmap
- A command line interface (Cobra)
- A hash map playing the role of k/v storage
- Server-Client architecture
- RPC
- Distributed design
- Log replication (Raft)
- ...
Breeoche is a simple key/value storage service for trying out tech stacks of distributed systems.
go get github.com/Wregret/breeoche
Breeoche is a simple key/value storage service for study purpose.