In a nutshell, EinsteinDB is a persistent indexing scheme based off of LSH-KVX that exploits the distinct merits of hash index and B+-Tree index to su...
A framework to build fault tolerant apps.
Sentinel自动限流降级的集群方案。通过Ignite实现控制台集群方案。基于ETCD实现高可用高性能的Token Server。
Hyperledger fabric 2.3 blockchain setup with 2 Orgs and 3 Orderers (RAFT), 3 CA (1 Orderer, other for each organization).
Service Plus 致力于打造一个分布式、强一致性 服务+ 的一站式解决方案。用作于分布式 K/V 存储系统、服务注册与发现、服务配置中心、分布式锁等。
An understandable consensus algorithm
A fault-tolerant events/alerts correlation engine
gRPC wrapper for Hashicorp's raft.Raft object
Kshaka is a Go implementation of the CASPaxos consensus protocol.
(WIP) A distributed Configuration Center Application.
cRaft: Raft distributed consensus algorithm service framework based on C++ stacked coroutines
Simple queue: java, json-rest, netty
分布式leveldb
Raft as a library. Includes optional capabilities from the Raft whitepaper, such as snapshotting.
🔥 Distributed Cluster Scheduler 分布式调度中间件(对标阿里云SchedulerX2.0)
A Rust implementation of the Raft consensus algorithm.
distributed computing toolkit in rust
Minimal but feature-complete, I/O-free implementation of Raft distributed consensus algorithm for Rust.
🔦 Etcd Data Analysis Tool
A highly concurrent, low latency, highly available monotonic hybrid timestamp service.
Raft algorithm implementation in Scala
Distributed Systems in Rust, including Raft and Percolator implement
🐙🌟 Golang implementation of the Raft consensus protocol 自己动手实现 raft 🪵🪵🪵
Yet another distributed coordination service for distributed applications based on Raft inspired by consul, only depend on slf4j and rocksdb-jni. The...
Unofficial Python Binding of the tikv/raft-rs
Raft log replication using NATS.
Distributed In-process Cache; a gRPC HTTP proxy for containerd
A C++ implementation of RAFT consensus algorithm
Reliable distributed key-value store, and provides some advanced functions internal
MIT6.824 Lab2-Raft的个人实现
Send gRPCs to your Raft leader
Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。
My implementation of https://github.com/tidb-incubator/tinykv . My notes: https://rinchannowww.github.io/tinykv-notes/
Computer Foundations Practices
Raspberry pi 4 4개를 이용해서 클러스터 환경을 공부하는 레포
Summary of PingCap tinykv camp. No codes presented.
Simple KV storage with Raft consensus algorithm inside
The Raft Consensus Algorithm in Zig
精选技术文章
dragonboat multi group raft product ready example by pebbledb
MIT 6.824 Distributed Systems (2020 Spring)
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencin...
SQLite Clustered Database
2017春季MIT分布式系统课程实验
Distributed KV Streams
MIT-6.824-2022 分布式课程项目
Minimal K/V store with API and Dashboard
The C++ implementation of etcd raft
A Raft implementation which can bring consensus to every database
Raft协议Go版本的一种实现。