314 results for “topic:raft-consensus-algorithm”
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Next generation API for .NET
Raft Java implementation which is simple and easy to understand.
C implementation of the Raft Consensus protocol, BSD licensed
A Multi-Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
A novel implementation of the Raft consensus algorithm
MIT6.824分布式系统(2018秋)
Feature-complete implementation of the Raft consensus algorithm in Java
Cete is a distributed key value store server written in Go built on top of BadgerDB.
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
Implementation of RAFT consensus in .NET core
Examples for Dragonboat
RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm
Solutions to mit 6.824 2018
An understandable, fast and scalable Raft Consensus implementation
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
A key value storage example powered by hashicorp raft and BadgerDB
A distributed fault tolerant scheduler that is horizontally scalable 🔥
Typesense Kubernetes Operator (TyKO) simplifies deploying, scaling, and managing Typesense clusters in Kubernetes
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
Template repository to work on the labs from MIT 6.824 Distributed Systems course.
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
🪁 A consistency, partition tolerance completed distributed KV store, implementation of the Raft distributed consensus protocol and Kotlin.
Kotlin implementation of Raft consensus algorithm
Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.
An Elixir library which implements the Raft consensus protocol
Library of Raft consensus algorithm implemented in OCaml
Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist: