kfish / 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.

YOW! LambdaJam 2015: Pure Consensus in a World Full of Failure

This implementation was the subject of a talk at YOW! LambdaJam 2015 in Brisbane, Australia. Watch on YouTube.

Pure Consensus in a World Full of Failure

About

Raft distributed consensus protocol (Haskell library)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%