(source ./script/provision_local.sh)
(source ./script/build.sh && build)
- check ./script/run.sh for run examples & use
--help
for documentation.
(build tested on Linux OS)
- https://github.com/eBay/NuRaft/blob/master/docs/how_to_use.md#modules
- https://github.com/eBay/NuRaft/blob/master/docs/quick_tutorial.md
- https://github.com/eBay/NuRaft/tree/master/examples/calculator
Interactive Mode: open session → acquire lock → write file → read file → Jeopardy period → close session.
- [build process] expose client header functions once build moves to a library rather than an executable.
- Fix issues with segmentation error.
- Fix issues with multithread conflicts.
Code for using NuRaft library was modified over from the examples in their repo (Github @ ebay/nuraft).