https://github.com/tkellogg/raft-jvm
A raft implementation for the JVM
https://github.com/tkellogg/raft-jvm
Last synced: about 1 year ago
JSON representation
A raft implementation for the JVM
- Host: GitHub
- URL: https://github.com/tkellogg/raft-jvm
- Owner: tkellogg
- Created: 2013-05-28T18:53:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T19:00:03.000Z (about 13 years ago)
- Last Synced: 2025-03-26T10:11:16.982Z (about 1 year ago)
- Language: Java
- Size: 105 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Raft for the Java Virtual Machine
=================================
This is an attempt at an implementation of the [Raft (pdf)][1] protocol for JVM
languages. This is by no means complete or stable. This is not a "use with
caution" situation. This is a "do not use" situation.
[1]: https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf