My implementation of https://github.com/tidb-incubator/tinykv . My notes: https://rinchannowww.github.io/tinykv-notes/
Raft algorithm implementation in Scala
Reliable distributed key-value store, and provides some advanced functions internal
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be ex...
Computer Foundations Practices
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencin...
Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。
MIT6.824 Lab2-Raft的个人实现
精选技术文章
Raspberry pi 4 4개를 이용해서 클러스터 환경을 공부하는 레포
dragonboat multi group raft product ready example by pebbledb
MIT 6.824 Distributed Systems (2020 Spring)
Fullstack Messaging Platform Written In Rust
SQLite Clustered Database
2017春季MIT分布式系统课程实验
Distributed KV Streams
A production-quality Raft consensus implementation in Go: written as a failure-simulation laboratory, not a tutorial.
MIT-6.824-2022 分布式课程项目
Minimal K/V store with API and Dashboard
A Raft implementation which can bring consensus to every database
A formally verified Raft specification in SPIN, as course project of Software Formal Verification, 2020 Autumn, Tsinghua University
A free 32 senior level Go challenges: concurrency, distributed systems, networking, and data structures with skeletons, tests, and -race coverage. B...
This is a small demo of how to transform a simple single-server RocksDB service written in Rust into a distributed version using OmniPaxos.
LynxDB is a distributed storage writen by Java language, Supporting (key, column family, column, value) structured storage.
Blogs for Ruby Roses.
Raft协议Go版本的一种实现。
Dinghy implements leader election using the raft protocol
基于时间轮 , tcp 通讯的任务调度系统
Goal-Driven Orchestrator
Hashicorp Vault HA cluster based on Raft Consensus Algorithm
Cluster membership manager using the SWIM Protocol and Raft's leader election sub-protocol.
Collect must-read papers on distributed systems
Raft protocol implementation as part of "Distributed databases" course in UCU
Redis-compatible distributed key-value database built on Raft and RocksDB that provides strong consistency and automatic failover in a clustered envir...
An implementation of the Raft consensus protocol.
Cloud Native Distributed Nearest Neighbour Search
A distributed search and SQL analytics engine in Rust with Raft consensus, hybrid BM25+vector search, and a search-aware query planner — powered by Ta...
Build distributed, low-latency services with a redis-compatible protocol and sentinel client support
Python implementation of the Raft algorithm for distributed consensus
C++17 分布式 KV 存储 / distributed key-value store · Raft · shard routing · replica resize · recovery
RAFT implementation in Java
Encoders and decoders of the Protocol-Buffers messages for the constituents defined in the raftlog crate
Raft Consensus Algorithm implementation in Zig
Proof-of-concept distributed key-value store implementation on top of MicroRaft, Protocol Buffers, and gRPC
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)
An implementation of Raft to support simulation in Omnet++
High performance distributed key-value database
raftd 基于raft和bolt的分布式KV数据库 由于简单实现了租约系统 可以用于简单的服务发现 基于gin框架提供http服务