#
raft-consensus-algorithm
Here are 110 public repositories matching this topic...
gawi
commented
Sep 21, 2018
Is your feature request related to a problem? Please describe.
Configuration options are not documented on the web site.
Describe the solution you'd like
I need to look at the code (i.e. the *Config classes) or at the Javadoc in order to determine the configuration options. I'd like to have it documented on the website and to be sure that the configuration options match whatever
C implementation of the Raft Consensus protocol, BSD licensed
-
Updated
Mar 11, 2020 - C
Raft Java implementation which is simple and easy to understand.
raft
distributed-storage
raft-protocol
distributed-file-system
raft-algorithm
raft-consensus-algorithm
raft-consensus
raft-java
-
Updated
Feb 24, 2020 - Java
A novel implementation of the Raft consensus algorithm
java
distributed-systems
database
replication
state-machine
raft
consensus
java-8
atomix
copycat
consensus-algorithm
raft-consensus-algorithm
-
Updated
Jul 12, 2017 - Java
A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
-
Updated
Jun 26, 2020 - Erlang
Next generation API for .NET
reflection
csharp
async
dotnet
dotnetcore
raft
cluster
metaprogramming
enum
delegate
async-lock
raft-server
raft-consensus-algorithm
objectpool
raft-consensus
write-ahead-log
atomic-operation
fast-reflection
dotnext
-
Updated
Jun 26, 2020 - C#
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
-
Updated
Jan 8, 2019 - Scala
Implementation of RAFT consensus in .NET core
dotnetcore
raft
dotnet-core
raft-protocol
dotnet-standard
raft-algorithm
raft-server
raft-consensus-algorithm
raft-consensus
-
Updated
Jul 20, 2018 - C#
Solutions to mit 6.824 2018
-
Updated
Oct 8, 2018 - Go
Cete is a distributed key value store server written in Go built on top of BadgerDB.
-
Updated
Jun 5, 2020 - Go
Examples for Dragonboat
-
Updated
Mar 11, 2020 - Go
A key value storage example powered by hashicorp raft and BadgerDB
redis
raft
hashicorp
raft-protocol
object-storage
raft-consensus-algorithm
redis-protocol
raft-example
raft-go
-
Updated
Jul 30, 2018 - Go
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
-
Updated
Jun 14, 2020 - Go
MIT 6.824 (Distributed Systems) labs in Golang
-
Updated
Jan 31, 2018 - Go
An Elixir library which implements the Raft consensus protocol
-
Updated
Jun 12, 2020 - Elixir
Replicated key-value store driven by the raft consensus protocol 🚵
-
Updated
May 23, 2018 - Go
A programmable, observable and distributed job orchestration system.
nodejs
python
go
golang
distributed-systems
library
typescript
cron
crontab
raft
job-scheduler
scheduling
observable
cron-jobs
automate
odin
observability
raft-consensus-algorithm
periodic-tasks
odin-sdk
-
Updated
Jun 25, 2020 - Go
Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.
-
Updated
Mar 30, 2019
Kotlin implementation of Raft consensus algorithm
kotlin
distributed-systems
raft
coroutines
consensus
raft-protocol
raft-consensus-algorithm
raft-kotlin
-
Updated
Apr 6, 2019 - Kotlin
Raft 分布式共识算法动画演示中文版,加强理解Raft领导选举和日志复制两大关键流程
-
Updated
Sep 25, 2019 - JavaScript
A Reliable and Fault Tolerant RAFT-based Distributed Key Store written in Java.
-
Updated
Jun 12, 2018 - Java
Cockatrice is a full text search and indexing server. It is written in Python built on top of Whoosh.
-
Updated
Sep 27, 2019 - Python
Distributed key-value store.
-
Updated
Apr 19, 2020 - Rust
Simple KV storage with Raft consensus algorithm inside
-
Updated
Aug 19, 2018 - Go
Distributed Competetive Coding Platform
-
Updated
Jun 25, 2020 - Python
Examples of Ra state machines
-
Updated
Jul 19, 2019 - Erlang
A Jolie language distributed e-commerce system based on Raft consensus algorithm.
-
Updated
Oct 14, 2019 - Jolie
Improve this page
Add a description, image, and links to the raft-consensus-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raft-consensus-algorithm topic, visit your repo's landing page and select "manage topics."
Looks like the error code in braft::Status is mapped as error codes in the C++ standard. For example, I saw this in
closure_queue.cpp
:Similar logic is scattered around the code base.
I am wondering whether we have any documentation for all the possible error codes (i.e. the mapping)?