#raft (29 Repositories)
Ranked open-source repositories tagged with #raft, scored by pull request acceptance likelihood and maintainer engagement velocity.
33.2%
7.4h
29 repositories tagged #raft
tonbo-io/ursula
Distributed event stream server over HTTP, backed by S3.
apache/ratis
Open source Java implementation for Raft consensus protocol.
databendlabs/openraft
rust raft with improvements
bakwc/PySyncObj
A library for replicating your python class between multiple servers, based on raft protocol
rabbitmq/ra
A Multi-Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
openmessaging/dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
rabbitmq/khepri
Khepri is a tree-like replicated on-disk database library for Erlang and Elixir.
jgroups-extras/jgroups-raft
Implementation of the Raft consensus protocol in JGroups
tidwall/uhaha
High Availability Raft Framework for Go
dotnet/dotNext
Next generation API for .NET
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
ShisoftResearch/bifrost
Pure rust building block for distributed systems
canonical/go-dqlite
Go bindings for libdqlite
PikaLabs/floyd
A raft consensus implementation that is simply and understandable
logcabin/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
IceFireDB/IceFireDB
@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
theycallmemac/odin
A programmable, observable and distributed job orchestration system.
permazen/permazen
Language-Natural Persistence Layer for Java
octopii-rs/octopii
🦑 Distributed Systems Kernel written in rust
JDRaftKeeper/RaftKeeper
RaftKeeper is a high-performance distributed consensus service.
PsiACE/riteraft
RiteRaft - A raft framework, for regular people
raft/raft.github.io
website at https://raft.github.io
xjjdog/javaok
必看!java后端,亮剑诛仙。java发展路线技术要点。
rqlite/rqlite
The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.
akyriako/typesense-operator
Typesense Kubernetes Operator (TyKO) simplifies deploying, scaling, and managing Typesense clusters in Kubernetes
andreev-io/little-raft
The lightest distributed consensus library. Run your own replicated state machine! ❤️
shihuili1218/klein
🔥 Klein is a Paxos based distributed collection tool library, including distributed ArrayList, distributed HashMap, distributed Cache, distributed Lock, etc..
elixir-toniq/raft
An Elixir implementation of the raft consensus protocol