Collection of distributed system projects in Rust
A simple in-memory Key/Value store.
Yet Another Key/Value store persisted in disk (uses log-structured file I/O).
Yet Another Key/Value store with client/server single threaded.
Yet Another Key/Value store with client/server multi-threaded.