acl-dev / libraft

libraft base on acl foundation framework implememt Raft Consensus Algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is libraft ?

libraft base on acl foundation framework implememt Raft Consensus Algorithm. with libraft you can build a high availability and data consistency system much easier.

libraft implementations

  • Leader Election
  • Log Replication
  • Log Compaction
  • Membership Changes (todo)

build it

  • build acl
git clone https://github.com/acl-dev/acl.git
cd acl/
make build_one
  • build http_rpc
git clone https://github.com/acl-dev/microservice.git
cd microservice/
mkdir build
cd build/
cmake .. -DACL_ROOT=$(pwd)/../../acl
make
git clone https://github.com/acl-dev/libraft.git
cd libraft
./build.sh

how to use libraft

to see the demo memkv

contact us

In use if you have any question, welcome feedback to me, you can use the following contact information to communicate with me

About

libraft base on acl foundation framework implememt Raft Consensus Algorithm.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 95.0%Language:Shell 2.1%Language:CMake 2.0%Language:Protocol Buffer 0.8%Language:Batchfile 0.2%