https://github.com/raitraidma/raft
https://github.com/raitraidma/raft
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raitraidma/raft
- Owner: raitraidma
- License: mit
- Created: 2017-11-29T21:23:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T20:24:56.000Z (over 8 years ago)
- Last Synced: 2025-02-28T17:54:43.936Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/raitraidma/raft)
[](https://coveralls.io/github/raitraidma/raft?branch=master)
[](https://codeclimate.com/github/raitraidma/raft/maintainability)
# raft
Implementing some parts of [The Raft Consensus Algorithm](https://raft.github.io/) for fun.