Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 349 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 349 Bytes

基于Raft共识算法的分布式键值存储系统

运行服务端节点

python node1.py
python node2.py
python node3.py
python node4.py

运行客户端

## hand input
python client_hand.py

## random input
python client_auto.py

## for put request's QPS
python client_for_metric.py

TODO

  • clean code
  • finish readme