seancribbs / paxos

Multi-Paxos for Erlang, based on "Paxos Made Moderately Complex" [PROTOTYPE]
Apache License 2.0
13 stars 3 forks source link

paxos

An implementation of multi-Paxos based on the "Paxos Made Moderately Complex" paper. This project doesn't implement the side-effects of request operations, only provides the multi-Paxos bits.