Skip to content

A distributed key-value database using Raft.

License

Notifications You must be signed in to change notification settings

tngsoftware/StorgataDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A distributed key-value database using Raft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.1%
  • Shell 3.0%
  • Dockerfile 0.9%