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

https://github.com/killme2008/corfu

Paxos in elixir, test project
https://github.com/killme2008/corfu

Last synced: 17 days ago
JSON representation

Paxos in elixir, test project

Awesome Lists containing this project

README

          

# Corfu
Simple paxos impl in elixir, just a test project.

# Todo

* [ ] Learn mechanism
* [ ] Jorunal for bookkeeper/proposal id
* [ ] Select leader at startup
* [ ] Multi Paxos
* [ ] RSM