raft-example
There are 12 repositories under raft-example topic.
shineframe/shineframe
高性能超轻量级C++开发库及服务器编程框架
yongman/leto
A key value storage example powered by hashicorp raft and BadgerDB
yusufsyaifudin/raft-sample
Straightforward implementation of Raft Consensus
keisku/raftkv
A simple distributed key-value store by using hashicorp/raft
debajyotidasgupta/raft-consensus
Simple implementation of raft based consensus algorithm used in distributed systems. This application is built for demonstration purpose and can be extended by other users to make more sophisticated system. This application is completely written using Golang and addon packages
hwding/rafty-kv
(Obsolete)A local running, process-distributed KV store for learning purposes based on replica state machine(RSM) cluster which implements raft consensus algorithm in a fully asynchronous way.
navono/golang-example
golang example code
zhangmin510/raftexample
fork from https://github.com/coreos/etcd/tree/master/contrib/raftexample
itomaldonado/distraft
Raft implementation in a distributed fashion
Salvo000/Raftshop
A Jolie implementation of a distributed e-commerce system template pivoted on the Raft distributed consensus protocol.
mengjinglei/raft-example
an example to use raft to make a cluster
sunsided/hashicorp-raft-example
An example of use of Hashicorp's Raft implementation