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

https://github.com/rcardin/gondola

An akka implementation of the Raft consensus algorithm.
https://github.com/rcardin/gondola

akka akka-typed distributed-systems raft-consensus-algorithm

Last synced: 12 months ago
JSON representation

An akka implementation of the Raft consensus algorithm.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/rcardin/gondola.svg?branch=master)](https://travis-ci.org/rcardin/gondola)

# Gondola
Gondola is an implementation of the [Raft consensus algorithm](https://raft.github.io/), using Akka Typed. It is still a
work in progress.