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.
- Host: GitHub
- URL: https://github.com/rcardin/gondola
- Owner: rcardin
- License: mit
- Created: 2018-08-16T18:57:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T19:37:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T07:29:36.216Z (over 1 year ago)
- Topics: akka, akka-typed, distributed-systems, raft-consensus-algorithm
- Language: Scala
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.