distributed-consensus-algorithms
There are 11 repositories under distributed-consensus-algorithms topic.
sofastack/sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
tikv/raft-rs
Raft distributed consensus algorithm implemented in Rust.
eraft-io/eraft
A generic raft library
al8n/memberlist
A highly customable, adaptable, runtime agnostic and WASM/WASI friendly Gossip protocol (SWIM) which helps manage cluster membership and member failure detection.
lablup/rraft-py
Unofficial Python Binding of the tikv/raft-rs
S-1-T/Ruft
Rust implementation of raft distributed consensus algorithm
Ashniu123/raft-grpc
Simple Raft implementation using gRPC
nahzor/lamports-mutual-exclusion-algorithm
Implementation of Lamport's mutual exclusion algorithm
amitkp57/raft-distributed-consensus
Implementation of RAFT distributed consensus algorithm for building a distributed message queue.
nahzor/funnel-replication-algorithm-with-crash-recovery
Funnel Replication algorithm implementation with support for crash recovery.
vivek-bansal-VB/Distributed-Algorithms-Analysis
Studied different classes of distributed algorithms:4 classes of distributed algorithms: 1) Distributed Consensus 2) Distributed Storage 3) Security Protocols 4) Distributed Programming Support