Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 466 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 466 Bytes

StorgataDB

StorgataDB is a distributed key-value store built on top of Raft Lite. It is compatible with RESP (REdis Serialization Protocol).

Build

./build.sh

Run

Running in kubernetes standalone

kubectl apply -f test-kv.yaml

Running in kubernetes

kubctl apply -f db-service.yaml

Cli

StorgataDB is compatible with redis-cli.

redis-cli -p 30000