jgrimes / raft

Raft distributed consensus protocol (Haskell library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

raft

A Haskell implementation of the Raft consensus protocol, deconstructed as a menagerie of cooperating abstractions for communication, storage and control. A pure protocol description allows local testing and validation of exactly the code that is run on a production cluster.

About

Raft distributed consensus protocol (Haskell library)

License:Other


Languages

Language:Haskell 100.0%