weii41392 / dynam-elect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Efficiency of Raft Algorithm under Uneven Network Conditions

Install

  • Python 3.10

  • Install requirements

pip install -r requirements.txt

Evaluation

Key-Value Store

  • Run cluster
python kvs_cluster.py --num_nodes NUM_NODES
  • Run client
python kvs_client.py --num_nodes NUM_NODES

Reference

About

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%