Distributed and fault tolerant database
A light weight distributed key-value database system
A small, distrubuted task queue with HTTP endpoints for enqueuing and fetching tasks.
A database/sql driver for Go that replicates SQLite over RAFT while maintaining on-disk file compatibility.
An implementation of the Raft consensus algorithm in Python.
Paxos, Raft, PBFT, Viewstamped Replication, and more — compared and contrasted with brutal honesty. Covers failure models, FLP impossibility, classic...
Lightweight, self-contained message queue — single binary, embedded storage, Raft-based clustering for HA
Cue is a distributed, in-memory job queue with Raft-based consistency, automatic retries, and dead letter handling
Dead simple and secure Raft replicated secrets vault
MIT distribute system course implement. http://nil.csail.mit.edu/6.824/2020/schedule.html
Distributed write-ahead logging system for high-throughput applications
PostgreSQL High Availability with built-in Raft consensus and load balancing.
My Graduation Project
Helm Chart for the distributed key-value store Regatta.
Repository for pluggable replication algorithm implementation in Rust
A distributed key/value storage system with Golang that stay consistent between raft-based replica servers.
Getting my feet wet with some consensus algorithms implementations
Distributed key value store using raft for consensus
Implementation of the Raft consensus algorithm in Python.
Raft Implementation in Ruby
DSS is an implementation of "TP 202: Distributed Systems in Rust" for study purposes only.
Transparent, easily-configurable, strongly-consistent distributed state-machine replicas.
Implementation of Raft part in talent-plan: https://github.com/pingcap/talent-plan
Linearizable replicated key-value store written from scratch in Rust — LSM storage engine, sans-IO Raft, and a FoundationDB-style deterministic simula...
d-lmdb demonstrates d-engine's core capability: adding distributed, strongly-consistent replication to an existing embedded storage engine.
morden braft. Rewrite braft in morden c++.
A small tutorial on how to use hashicorp raft library for distributed consensus
Inqwise-Leader – A leader election library for Vert.x clusters based on the Raft Consensus Algorithm, ensuring reliable coordination for critical task...
Open-source vector database and sub-microsecond key-value store in one Go engine — embed it as a library, run it standalone, or replicate it across a...
Rafter:实现raft算法的一个框架,该框架不做持久化存储,但是提供了接口,可以跟任何一个持久化存储系统结合,成为一个强一致性的分布式系统,待开发中
Создание с нуля упрощённого аналога таких систем, как etcd, Consul или Redis Cluster, но с акцентом на изучение фундаментальных принципов
Simple Raft implementation using gRPC
A Distributed SQL Database written in Rust
A Distributed Key Value Store, Inspired from ETCD which uses RAFT for log replication and leader elections.
Custom implementation of raft over gRPC, acting as RaEx's scheduler component.
simple raft-based kvs
sync your data in cluster between node
Proof-of-concept implementations for HashiCorp Vault
poc/wip: distributed commit log (a la Kafka) on an object-store.
An attempt at creating a simple model of the Raft Consensus Algorithm in Alloy.
MIT 6.824-2018 Labs
Deliver dynamic SwiftUI navigation titles that smoothly animate and update based on scroll position for iOS, macOS, and visionOS apps.
(Obsolete)A local running, process-distributed KV store for learning purposes based on replica state machine(RSM) cluster which implements raft consen...
Distributed Key/Value Store
MIT 6.824 labs
Implementation of Raft Consensus Algorithm for Scala
A distributed embeddable NoSQL database
Raft cluster with dynamic nodes join/remove