Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/will8ug/basic_paxos


https://github.com/will8ug/basic_paxos

paxos rust

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# basic_paxos

[![CI](https://github.com/will8ug/basic_paxos/actions/workflows/ci.yml/badge.svg)](https://github.com/will8ug/basic_paxos/actions/workflows/ci.yml)

References:
- [Paxos Made Simple](https://lamport.azurewebsites.net/pubs/paxos-simple.pdf)
- [Implementing Replicated Logs with Paxos](https://ongardie.net/static/raft/userstudy/paxos.pdf)