文件名称:RaftConsensus:在 Python 中管理复制日志的 Raft 共识算法的实现
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-29 09:08:06
Python
在 Python 中实现 Raft 共识算法 目前正在进行中 有用的解释和可视化: : 斯坦福 RAFT 视频讲座: : YbZ3zDzDnrw
【文件预览】:
RaftConsensus-master
----server.py(9KB)
----message.py(811B)
----__pycache__()
--------raft.cpython-34.pyc(2KB)
--------Communication.cpython-34.pyc(1KB)
--------server.cpython-34.pyc(7KB)
--------message.cpython-34.pyc(1KB)
----test_async.py(1KB)
----requirements.txt(0B)
----raft.py(3KB)
----README.md(233B)