:love_letter: Paxos

A (Rust flavored) lightweight implementation of the Paxos Consensus Algorithm

Introduction

There are plenty of strong resources on this topic that can explain it better than I can:

  1. The OG, Paxos Made Simple - by Leslie Lamport
  2. Wikipedia
  3. An article and corresponding repo - by Tom Cocagne

Usage and Examples

TODO

Next steps