Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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