Skip to content
/ riot Public
forked from laohanlinux/riot

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

Notifications You must be signed in to change notification settings

BainaGame/riot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.7%