Raft协议Go版本的一种实现。
This is a small demo of how to transform a simple single-server RocksDB service written in Rust into a distributed version using OmniPaxos.
A formally verified Raft specification in SPIN, as course project of Software Formal Verification, 2020 Autumn, Tsinghua University
LynxDB is a distributed storage writen by Java language, Supporting (key, column family, column, value) structured storage.
Blogs for Ruby Roses.
Dinghy implements leader election using the raft protocol
Cluster membership manager using the SWIM Protocol and Raft's leader election sub-protocol.
基于时间轮 , tcp 通讯的任务调度系统
Hashicorp Vault HA cluster based on Raft Consensus Algorithm
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be ex...
An implementation of the Raft consensus protocol.
Cloud Native Distributed Nearest Neighbour Search
Python implementation of the Raft algorithm for distributed consensus
Collect must-read papers on distributed systems
Raft protocol implementation as part of "Distributed databases" course in UCU
Encoders and decoders of the Protocol-Buffers messages for the constituents defined in the raftlog crate
Build distributed, low-latency services with a redis-compatible protocol and sentinel client support
Raft consensus algorithm implementation in typescript
raftd 基于raft和bolt的分布式KV数据库 由于简单实现了租约系统 可以用于简单的服务发现 基于gin框架提供http服务
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
Zeroconf setup for tinc (mesh vpn) using consul as coordinator backend, and compatible with kubernetes
Proof-of-concept distributed key-value store implementation on top of MicroRaft, Protocol Buffers, and gRPC
Source code for labs of MIT 6.824 2020
An Implementation for Raft Lab
go实现的简单KV型内存数据库,支持持久化,使用raft保证高可用。
An embedded distributed task scheduler for Go
Key-value store on top of Raft Consensus Algorithm
对etcd中实现的raft算法进行注释
Implement distributed consensus protocol Raft and it's expanded version BW-Raft(Supporting Byzantine Fault Tolerance)
A simple distributed key-value store by using hashicorp/raft
RAFT implementation in Java
Cloud-native distributed key-value database.
[WIP] ⛵ A basic key-value storage service with transaction and fault-tolerant in Rust.
Official golang implementation of the Halo Platform protocol.
Distributed Show Control
Setup XDC BlockChain network in a matter of minutes.
An OpenTelemetry-instrumented demo app simulating Raft consensus algorithm
Distributed cache based on the RAFT protocol
Republic 是一款简单易用的 RPC 框架,QPS 在 6000 左右,基于 raft 实现了高可用的注册中心,基于 kotlin 开发,支持 Java、Kotlin。它并不需要寄托于 spring...
A simple Bank-app using the Aeron cluster
A Rust Implementation of the Raft Consensus Algorithm
Clust_mgr is an important compnent of KunlunBase. It provides a HTTP API for KunlunBase users to do cluster management, provisioning and monitor work,...
Simple Video Summarization using Text-to-Segment Anything (Florence2 + SAM2) This project provides a video processing tool that utilizes advanced AI...
A distributed SQL database with replication, fault-tolerance, tunable consistency and leader election.