Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.