https://github.com/phxql/raft
Raft implementation in Java, for fun.
https://github.com/phxql/raft
Last synced: about 1 month ago
JSON representation
Raft implementation in Java, for fun.
- Host: GitHub
- URL: https://github.com/phxql/raft
- Owner: phxql
- License: gpl-3.0
- Created: 2021-06-12T16:15:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T16:21:53.000Z (about 5 years ago)
- Last Synced: 2025-02-25T18:47:50.318Z (over 1 year ago)
- Language: Java
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
A raft implementation in Java.
# Why?
Because I like such stuff.
# Can I use this?
Of course, but I don't recommend it. The code is rough and (with certainty) contains bugs.
# How did you do this?
Read the [whitepaper](https://raft.github.io/raft.pdf), start hacking.
# Does it work?
Yes, I think so.
# License
GPLv3