197 skills found · Page 1 of 7
hyperledger / FabricHyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
lni / DragonboatA feature complete and high performance multi-group Raft library in Go.
baidu / BraftAn industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
moby / SwarmkitA toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
tikv / Raft RsRaft distributed consensus algorithm implemented in Rust.
heidihoward / Distributed Consensus Reading ListA list of papers about distributed consensus.
goraft / RaftUNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
async-raft / Async RaftAn implementation of the Raft distributed consensus protocol using the Tokio framework.
mosaicnetworks / BabbleDistributed Consensus Middleware
andreev-io / Little RaftThe lightest distributed consensus library. Run your own replicated state machine! ❤️
whispem / MinikvA production-ready distributed key-value store with Raft consensus.
goraft / RaftdA reference implementation for using the go-raft library for distributed consensus.
AIBluefisher / DOGSThe official implementation of the NeurIPS 2024 paper: DOGS: Distributed-Oriented Gaussian Splatting for Large-Scale 3D Reconstruction Via Gaussian Consensus
pablosmedina / CkiteCKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
wuba / WLockA high-reliable, high-throughput distributed lock service based on the consensus algorithm component WPaxos.
uwplse / Verdi RaftAn implementation of the Raft distributed consensus protocol, verified in Coq using the Verdi framework
hhblaze / Raft.NetImplementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
peterbourgon / RaftAn implementation of the Raft distributed consensus protocol.
hanj4096 / RaftdbA simple distributed key value store based on the Raft consensus protocol
simonacca / ZattPython implementation of the Raft algorithm for distributed consensus