Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

eg-ayoub/ds_raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds_raft

raft implementation in rust

build :

cargo build

launch :

mpirun -n X target/debug/ds_raft with X as the number of nodes

Experience proposition :

  • simulate a lag in network and see how much it takes to have a new leader
  • Simulate a leader kill and see how much time it takes to have a new leader
  • Simulate a new user poping in and see how much time it takes for the convergence

About

raft implementation in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published