Riot is a distributed key/value system basing raft algorithm, leveldb、 boltdb and bitCask(in fucture) backend store!!!
- 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
in doc directory