GitHub topics: raft-consensus-algorithm
Lord-Y/rafty
Rafty is a library for maintaining a replicated state machine following the Raft consensus protocol
Language: Go - Size: 680 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

ilikepi63/higgins
An experimental streaming platform for simply building event driven workloads.
Language: Rust - Size: 580 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

dotnet/dotNext
Next generation API for .NET
Language: C# - Size: 61.4 MB - Last synced at: 8 days ago - Pushed at: 13 days ago - Stars: 1,841 - Forks: 142

bedrock-kv/raft
An implementation of the RAFT consensus algorithm in Elixir that doesn't force a lot of opinions. You can bake the protocol into your own genservers, send messages and manage the logs how you like.
Language: Elixir - Size: 148 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

robustirc/robustirc
RobustIRC - an IRC network without netsplits, implemented in Go using the Raft consensus algorithm
Language: Go - Size: 1.32 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 188 - Forks: 10

cocky-punch/raft
Raft Consensus Algorithm implementation in Zig
Language: Zig - Size: 173 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 10 - Forks: 0

akyriako/typesense-operator
Typesense Kubernetes Operator (TyKO) simplifies deploying, scaling, and managing Typesense clusters in Kubernetes
Language: Go - Size: 24.7 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 48 - Forks: 15

YugamJain068/KV-STORE-PROJECT
KVStore is a distributed, consensus-based key-value store written in C++ that uses the Raft consensus algorithm for data consistency across multiple nodes.
Language: Makefile - Size: 34.4 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

srivastavcodes/raft-consensus-algo-impl
My implementation of the Raft consensus algorithm.
Language: Go - Size: 85.9 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

exchange-core/raftification
RAFT implementation in Java
Language: Java - Size: 113 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 12 - Forks: 8

Naganathan05/Load-Pulse
CLI based Load Testing tool built in Go which works based on Raft Algorithm.
Language: Go - Size: 17.8 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 5 - Forks: 2

rabbitmq/ra
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.
Language: Erlang - Size: 20 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 893 - Forks: 101

GianlucaBresolin/LeaderElectionErlang
A leader election implementation among a cluster of nodes in Erlang. Concurrency is achieved through actors. The leader election model is based on the Raft Consensus Algorithm.
Language: Erlang - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

GianlucaBresolin/LeaderElectionGo
A leader election implementation among a cluster of nodes in Go, exploiting the thread-safe primitives offered by the runtime, without sharing memory between concurrent goroutines (i.e. without the use of mutex).
Language: Go - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ThreeMammals/Rafty
Implementation of RAFT consensus in .NET core
Language: C# - Size: 420 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 201 - Forks: 30

xukeawsl/raft-impl
基于 brpc+rocksdb 实现 raft 算法
Language: C++ - Size: 51.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

pablosmedina/ckite
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
Language: Scala - Size: 523 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 214 - Forks: 26

jmsadair/raft
An implementation of the Raft consensus protocol.
Language: Go - Size: 717 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 38 - Forks: 3

iamBelugax/graft
Simple implementation of the Raft Consensus Algorithm in Go.
Language: Go - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

arindas/mit-6.824-distributed-systems
Template repository to work on the labs from MIT 6.824 Distributed Systems course.
Language: Go - Size: 1.42 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 61 - Forks: 8

mosuka/cete
Cete is a distributed key value store server written in Go built on top of BadgerDB.
Language: Go - Size: 243 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 243 - Forks: 27

lyteabovenyte/Mock-kafka
building distributed commit log service inspired by kafka using similar approach as Bitcask( the default storage engine in Riak) and using custom Kubernetes operators to handle advanced deployment strategies.
Language: Go - Size: 126 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MohammedShetaya/kayakdb
Light weight key-value database that just works
Language: Go - Size: 1.86 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

willemt/raft
C implementation of the Raft Consensus protocol, BSD licensed
Language: C - Size: 699 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1,149 - Forks: 274

WillKirkmanM/distributed
Distributed Systems Framework with Key-Value Store with RAFT Distributed Consensus Algorithm, Thread-Safe Data Structures, Transactions & TCP Networking
Language: Rust - Size: 17.6 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

kumarUjjawal/rafters
The Raft Consensus Algorithm In Rust
Language: Rust - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

resetius/miniraft-cpp
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
Language: C++ - Size: 215 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 53 - Forks: 8

filinvadim/libp2p-raft-go
libp2p-raft-go implements a libp2p consensus interface wrapping hashicorp/raft implementation and providing a libp2p network transport for it.
Language: Go - Size: 82 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 1

filinvadim/easy-raft
A simple wrapper for Hashicorp Raft that removes any headache.
Language: Go - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

ali-master/raft
Raft consensus for Node.js. Build distributed systems with leader election, fault tolerance, and data replication.
Language: TypeScript - Size: 2.44 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

LVala/zaft
The Raft Consensus Algorithm in Zig
Language: Zig - Size: 70.3 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 2

houbb/raft
the raft for java.(分布式一致性协议 raft java 版本实现,分布式的基石)
Language: Java - Size: 258 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

alexander-akhmetov/raft-kv
Simple KV storage with Raft consensus algorithm inside
Language: Go - Size: 6.33 MB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 20 - Forks: 4

atomix/copycat 📦
A novel implementation of the Raft consensus algorithm
Language: Java - Size: 4.07 MB - Last synced at: 9 days ago - Pushed at: over 8 years ago - Stars: 582 - Forks: 154

lbihani9/raftjinn
Durable, consistent, educational Raft implementation in Java & a basic distributed KV store.
Language: Java - Size: 3.51 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

trevatk/tinyraft
Stateless Raft
Language: Go - Size: 74.2 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

GianlucaBresolin/RaftMsgStream
Proof-of-Concept in Go for a message-streaming distributed system that ensures consistency across configurable servers through the Raft algorithm.
Language: Go - Size: 9.75 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Icingworld/WW-RaftKV
A distributed key-value store built upon the Raft consensus algorithm.
Language: C++ - Size: 525 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

aalekhpatel07/maelstrom-raft
A Raft implementation in Rust built on top of Maelstrom
Language: Rust - Size: 56.9 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

gc-garcol/cafe-raft
Simple Java implementation of the Raft consensus algorithm for fault-tolerant, distributed command replication. Supports UDP-based node communication
Language: Java - Size: 1.19 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Language: C++ - Size: 4.53 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 4,110 - Forks: 903

vqgf1zqlj5rdsxm/RAFT-Hack
The best Private Hack for RAFT
Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

smyrgeorge/actor4k-cluster 📦
A small actor system written in kotlin using Coroutines.
Language: Kotlin - Size: 112 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MicroRaft/MicroRaft
Feature-complete implementation of the Raft consensus algorithm in Java
Language: Java - Size: 5.42 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 235 - Forks: 44

maxpert/marmot
A distributed SQLite replicator built on top of NATS
Language: Go - Size: 843 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 2,023 - Forks: 52

FitrahHaque/Distributed-Lock
A Distributed Lock implementation using Raft Consensus
Language: Go - Size: 6.93 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

acehi/thesecretlivesofdata-cn
Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。
Language: JavaScript - Size: 10.7 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 21 - Forks: 7

endecipher/Coracle.Raft
Clusterize your functionality and build your own replicated state machine using this completely extensible implementation of the Raft consensus algorithm in .NET
Language: C# - Size: 3.18 MB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

lni/dragonboat-example
Examples for Dragonboat
Language: Go - Size: 178 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 184 - Forks: 45

shaj13/raft
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
Language: Go - Size: 176 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 133 - Forks: 18

saadamir1/raft-consensus-kv
Raft consensus-based distributed, fault-tolerant key-value store built in Go
Language: Go - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

fmelihh/leader-election-raft-algorithm-fastapi
Leader election raft algorithm implementation on fastapi
Language: Python - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

LifnaJos/Blockchain-Platforms-HBCC601
The material is a part of the Honor/Minor Degree Course - Blockchain Platforms offered by the Department of Computer Engineering, (VES Institute of Technology - An Autonomous Institute, Affiliated to the University of Mumbai) to the Third Year Students of All Branches.
Size: 25.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 1

Saurav756/SurfStore
A networked file storage application in Go that lets users sync files to and from the cloud. Uses the RAFT protocol for fault-tolerance and consistent hashing for scalability.
Language: Go - Size: 43.9 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

nicktindall/java-raft
A Java implementation of the Raft consensus algorithm
Language: Java - Size: 948 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 22 - Forks: 5

aarthikrao/timeMachine
A distributed fault tolerant scheduler that is horizontally scalable 🔥
Language: Go - Size: 2.11 MB - Last synced at: 6 months ago - Pushed at: 12 months ago - Stars: 98 - Forks: 13

mprimi/RAFT-test-suite
Test suite to guide implementations of RAFT consensus protocol
Language: Go - Size: 286 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

jackyzha0/miniraft
🚣♀️ <1kloc, well-documented Raft consensus algorithm implementation
Language: Rust - Size: 1.23 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 56 - Forks: 5

arbha1erao/raft
Implementation of the Raft consensus algorithm in Go.
Language: Go - Size: 28.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

wenweihu86/raft-java
Raft Java implementation which is simple and easy to understand.
Language: Java - Size: 370 KB - Last synced at: 7 months ago - Pushed at: almost 2 years ago - Stars: 1,212 - Forks: 415

scheduler0/scheduler0
A cloud-native fault tolerant distributed cron job server
Language: Go - Size: 92 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 2

Archisman-Mridha/distributed-sql-based-database-in-rust
Implementing a distributed SQL based database in Rust | For educational purposes only
Language: Rust - Size: 618 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

opplieam/bb-dist-noti
A stateful distributed notification system written in Go, leveraging Raft for resilient, strong consistency, and fully Kubernetes-ready
Language: Go - Size: 278 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pixelbend/simpleraft
A simple implementation of raft to see how raft works
Language: Go - Size: 50.8 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

yongman/leto
A key value storage example powered by hashicorp raft and BadgerDB
Language: Go - Size: 1.08 MB - Last synced at: 6 months ago - Pushed at: about 7 years ago - Stars: 103 - Forks: 15

komamitsu/oraft
Library of Raft consensus algorithm implemented in OCaml
Language: OCaml - Size: 269 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 30 - Forks: 3

cedrickchee/raft
Raft algo
Language: Go - Size: 210 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

robjsliwa/raft-simple
Learning Raft Consensus Algorithm
Language: Go - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

althk/sahamati
A full featured Raft implementation in Go
Language: Go - Size: 120 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

Bazalii/RedisV2
Replicated key-value storage based on modified RAFT algorithm
Language: C# - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

coatyio/dda
Data Distribution Agent - Data-centric Communication and Collaboration as a Service
Language: Go - Size: 477 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 4 - Forks: 1

mosuka/meteora
Distributed key-value store.
Language: Rust - Size: 150 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 28 - Forks: 2

akhilk2802/raft-library
RAFT Consensus Implementation
Language: Go - Size: 32.2 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

feross/raft
An understandable consensus algorithm
Language: C++ - Size: 245 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 1

ReshiAdavan/Sentinel
distributed key-value database, similar to redis and dynamo
Language: Go - Size: 576 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ashenBlade/TaskFlux
Отказоустойчивый распределенный менеджер очередей сообщений с приоритетами
Language: C# - Size: 2.88 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

vasukalariya/MIT-Distributed-Systems-Lab-6.824-6.5840
MIT Distributed Systems CS 6.824/CS 6.5840
Language: Go - Size: 9.02 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

cizixs/awesome-raft
Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.
Size: 7.81 KB - Last synced at: 14 days ago - Pushed at: over 6 years ago - Stars: 36 - Forks: 6

s4ayub/huffleraft
Replicated key-value store driven by the raft consensus protocol :mountain_bicyclist:
Language: Go - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 30 - Forks: 5

sajalkmr/raftly
Basic Implementation of Raft Consensus Algorithm in Java
Language: Java - Size: 48.8 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

dgurkaynak/stalk-demo-raft-consensus
An OpenTelemetry-instrumented demo app simulating Raft consensus algorithm
Language: TypeScript - Size: 4.1 MB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 10 - Forks: 1

atharvnuthi/raft
Sistemas Distribuídos - Projeto de Algoritmo RAFT (Go)
Language: Go - Size: 8.59 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

0xVikasRushi/raft-blockchain
Raft consensus algorithm implementation in typescript
Language: TypeScript - Size: 142 KB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 13 - Forks: 3

StardustDL/raft-impl
A demo 1-to-1 implementation with high availability in Golang for Raft, based on 6.824's raft labs. (NJU dissys course's lab code)
Language: Go - Size: 103 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 1

Matthew-Lyu/MIT-6.824-Lab-2022
Task guide for the raft parts of MIT 6.824 Lab
Size: 8.12 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

ISSuh/raft
implement Raft Consensus protocol for study
Language: Go - Size: 302 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

jieqiyue/6.5840
6.5840分布式系统,该系统以Raft作为共识算法,实现了分片的K/V存储系统
Language: Go - Size: 36.2 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

exokernel/raft-deep-dive
A Deep Dive Into the Raft Consensus Algorithm
Size: 32.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

aryanGupta-09/Raft-Algorithm
Raft algorithm with lease functionality.
Language: Python - Size: 59.6 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

SAI-CHARAN-JAKKULA/FaultTolerant-raft-key-value-store
A Fault-tolerant distributed key-value store based on the implementation of Raft consensus algorithm following the paper, which applies multithreading techniques to support concurrent requests.
Language: Go - Size: 65.4 KB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

robertleifke/raft-go
Raft consensus algorithm in Go
Language: Go - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SCIA-Premium/GoRaft
Go implementation of the RAFT consensus algorithm. Faults injector with a REPL and a CLSF (Command List and File Storage) to test several scenarios.
Language: Go - Size: 112 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

thoainguyen/mtikv
Build a distributed transactional key-value database
Language: Go - Size: 209 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

spacewalkhq/raft-rs
An understandable, fast and scalable Raft Consensus implementation
Language: Rust - Size: 64.5 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 129 - Forks: 21

wqlin/mit-6.824-2018
Solutions to mit 6.824 2018
Language: Go - Size: 1.28 MB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 170 - Forks: 54

ldmtam/raft-bitcask
Raft backend implementation using Go-Bitcask
Language: Go - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

arpan491/Distributed-FileSystem
An open-source, scalable, decentralized, robust, heterogeneous file storage solution which is fault tolerant, replicated, distributed and lets you upload, download, and see the catalog of other cluster with low latency and LRU cache capabilities.
Language: Python - Size: 1.61 MB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

luliCloud/raft_kv_rocksdb_cachelib
High-available distributed database. Data consistent key-value store across machines with fault recovery. Suitable for finance, e-commerce, and social media services.
Language: C++ - Size: 286 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SHUBHAMSHARMA0711/CSE530-Distributed-Systems-Assignments
Assignments Completed during CSE530:Distributed Systems Course in IIITD during Winter 2024 Semester. Professor: Dhruv Kumar
Language: Python - Size: 6.88 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rupeshtr78/raftleader
Raft leader election process in Hyperledger Fabric.
Size: 223 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 2
