Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 737 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 737 Bytes

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