Ekv is a distributed key-value store, used as a cache, database, and storage engine.
See design doc for more details.
- Build
make build
- Deploy a cluster
bash scripts/bootstrap.sh setup
- Verify
cargo run -- shell
Run and enjoy it.
Ekv is a distributed key-value store, used as a cache, database, and storage engine.
See design doc for more details.
make build
bash scripts/bootstrap.sh setup
cargo run -- shell
Run and enjoy it.