Repository navigation

#

raft-protocol

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.

C++
4095
6 个月前

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

998
6 年前

A library for replicating your python class between multiple servers, based on raft protocol

Python
718
2 个月前

A raft consensus implementation that is simply and understandable

C++
321
6 年前

Implementation of the Raft consensus protocol in JGroups

Java
271
6 天前

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

Go
132
9 个月前

A key value storage example powered by hashicorp raft and BadgerDB

Go
103
7 年前

raft协议的Java版本简单实现

Java
92
2 年前

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

C++
50
22 天前

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

Java
19
2 年前

Raft protocol implementation as part of "Distributed databases" course in UCU

Go
14
6 年前

Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be extended by other users to make more sophisticated system. This application is completely written using Golang and addon packages

Go
11
3 年前