Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimexist/raftj
raft in Java 8
https://github.com/jimexist/raftj
Last synced: 24 days ago
JSON representation
raft in Java 8
- Host: GitHub
- URL: https://github.com/jimexist/raftj
- Owner: jimexist
- License: mit
- Created: 2015-03-19T18:55:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T03:57:26.000Z (over 9 years ago)
- Last Synced: 2024-10-04T10:10:12.608Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raftj
An implementation for the `Raft` consensus algorithm in Java 8, with Guava and Google Protocol Buffers.
## how to compile
use maven:
mvn package
## how to run tests:
./integration_tests.py
## dependencies
* Google's Guava
* Google Protocol Buffers