Skip to content

libraft base on acl foundation framework implememt Raft Consensus Algorithm.

License

Notifications You must be signed in to change notification settings

acl-dev/libraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published