Skip to content

scaars10/pecan-raft

Repository files navigation

Pecan-Raft

Implementation of Raft Consensus Algorithm in Java

Raft is a consensus algorithm that is designed to be easy to understand. For complete explanation of Raft algorithm refer to Raft Paper.
This is my attempt to implement a fault tolerant Key-Value store using Raft Consensus Algorithm.
gRpc has been used to implement RPCs used in Raft and MongoDb to persist non volatile state of a node.

About

Implementation of Raft Consensus Algorithm in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages