Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 338 Bytes

README.org

File metadata and controls

6 lines (4 loc) · 338 Bytes

Raft Consensus with Gorums

This repository contains an implementation of the Raft Consensus Algorithm for use with the Gorums framework.

github.com/relab/raft
Shared code and common interfaces.
github.com/relab/raft/raftgorums
Raft with Gorums code.