dragonboat
A feature complete and high performance multi-group Raft library in Go.
How to download and setup dragonboat
Open terminal and run command
git clone https://github.com/lni/dragonboat.git
git clone is used to create a copy or clone of dragonboat repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with dragonboat https://github.com/lni/dragonboat/archive/master.zip
Or simply clone dragonboat with SSH
[email protected]:lni/dragonboat.git