https://github.com/dragisak/akka-paxos
Paxos protocol in Akka
https://github.com/dragisak/akka-paxos
Last synced: 4 months ago
JSON representation
Paxos protocol in Akka
- Host: GitHub
- URL: https://github.com/dragisak/akka-paxos
- Owner: dragisak
- License: mit
- Created: 2013-02-28T18:45:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T20:03:33.000Z (over 10 years ago)
- Last Synced: 2025-04-23T20:46:56.848Z (about 1 year ago)
- Language: Scala
- Size: 49.8 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Akka Paxos
README
## Akka Paxos
[](https://travis-ci.org/dragisak/akka-paxos) [](https://www.codacy.com/app/dragishak/akka-paxos) [](https://www.codacy.com/app/dragisak/akka-paxos)
This is a simplistic implementation of [Paxos](http://en.wikipedia.org/wiki/Paxos_\(computer_science\)) protocol
as described in [Paxos Made Moderately Complex (pdf)](http://www.cs.cornell.edu/courses/cs7412/2011sp/paxos.pdf)
To build: `sbt test`
See test classes for examples how to use.