/riot

Riot is a distributed key/value system based at raft algorithm, leveldb and bitCask backend storage!!!

Primary LanguageGo

riot

Riot is a distributed key/value system basing raft algorithm, leveldb、 boltdb and bitCask(in fucture) backend store!!!

Install Doc

  • build riot
go build riot
  • build riot-proxy
go build -o riot-proxy proxy/http/bin/riot-proxy.go 
  • start a cluster
cd tool
bash cluster.sh
  • start proxy
./riot-proxy --c proxy/http/bin/cfg.toml  

Api

in doc directory

about design detail

old-link