1 unstable release

0.1.0 Aug 17, 2021

#69 in #storage-engine

Apache-2.0

2KB

Ekv

Ekv is a distributed key-value store, used as a cache, database, and storage engine.

Architecture

topology

See design doc for more details.

Quick start

  1. Build
make build
  1. Deploy a cluster
bash scripts/bootstrap.sh setup
  1. Verify
cargo run -- shell

Run and enjoy it.

Dependencies

~7–14MB
~166K SLoC