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
- Host: GitHub
- URL: https://github.com/killme2008/corfu
- Owner: killme2008
- Created: 2016-11-17T03:56:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T07:07:46.000Z (over 9 years ago)
- Last Synced: 2025-10-29T14:42:12.319Z (9 months ago)
- Language: Elixir
- Size: 2.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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