paxos-rust

Crates.iopaxos-rust
lib.rspaxos-rust
version0.2.0
sourcesrc
created_at2018-10-15 08:34:18.495361
updated_at2018-10-17 05:58:07.772636
descriptionA lightweight implementation of the Paxos Consensus Algorithm
homepage
repositoryhttps://github.com/camirmas/paxos
max_upload_size
id90278
size18,917
Cameron Irmas (camirmas)

documentation

README

:love_letter: Paxos Latest Version Build Status

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

See docs

Next steps

  • Improve error handling
  • Add Nack messages + handling
  • Write integration tests for failure scenarios
Commit count: 13

cargo fmt