#protocols #consensus #neli

r-neli

An implementation of the Not-only Exclusive Leader Induction protocol in Rust

4 releases

0.1.4 Dec 1, 2021
0.1.3 Nov 2, 2021
0.1.1 Sep 6, 2021
0.1.0 May 31, 2021

#122 in #consensus

39 downloads per month
Used in r-harvest

MIT license

22KB
511 lines

R-NELI

R-NELI is a rust implementation of the Not-only Exclusive Leader Induction protocol. It can be used to build distributed systems that require assignment of one or more roles across a set of distributed processes.

It can be used for:

  • Leader Election
  • Sharding

Dependencies

~17–27MB
~318K SLoC