raft-protocol topic

List raft-protocol repositories

javaok

986
Stars
221
Forks
Watchers

必看!java后端,亮剑诛仙。java发展路线技术要点。

raft-simple

80
Stars
30
Forks
Watchers

raft协议的Java版本简单实现

leto

105
Stars
15
Forks
Watchers

A key value storage example powered by hashicorp raft and BadgerDB

rsm

21
Stars
2
Forks
Watchers

distributed computing toolkit in rust

raft-kotlin

35
Stars
3
Forks
Watchers

Kotlin implementation of Raft consensus algorithm

jgroups-raft

253
Stars
81
Forks
Watchers

Implementation of the RAFT consensus protocol in JGroups

raft

107
Stars
17
Forks
Watchers

raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol

RocksRaft

19
Stars
7
Forks
Watchers

基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch u...

miniraft-cpp

34
Stars
5
Forks
Watchers

Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.