Skip to content

li3cmz/Distributed-kv-storage-system

Repository files navigation

基于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

About

用python实现,节点通信使用的是GRPC机制

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages