A prototype for replicated, eventually consistent storage system design implemented using bi-directional streaming on gRPC, restful services using flask-restful and in-memory storage on redis
http://www.scs.stanford.edu/17au-cs244b/sched/readings/bayou.pdf
参考requirements.txt
目前版本在我电脑上可以运行Server和Client
后端需要一个Redis数据库,默认端口6379
Check config.yaml to see/set configuration for clients and severs
python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. a_e.proto
python server.py one
python server.py two
python server.py three
python client.py vish
python client.py priyal