/libraft

基于acl 开发的raft通用模块

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

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