Distributed data storage system using Raft Consensus algorithm.

0 0
  • 0 Collaborators

The Distributed storage system uses Raft leader election algorithm to provide data replication and consistency across all the cluster nodes. ...learn more

Networking

Overview / Usage

Consensus algorithm solves the major problem in distributed systems; they ensure safety under all conditions including network delay, partitions, duplication, reordering. The Raft is a consensus algorithm for managing a replicated log, Raft leader election algorithm provides data replication and consistency across all the cluster nodes. Raft also includes a new mechanism for changing the cluster membership, which uses overlapping majorities to guarantee safety.

Comments (0)