This is a demo application, instrumented with OpenTracing API, which simulates (a naive version of) Raft distributed consensus algorithm. Heavily inspired by ongardie/raftscope.
Available on: https://deniz.co/raft-consensus/
You can export traces to Stalk with one click to visualize & inspect collected traces.
You must have node.js >= 12 installed on your machine.
- Clone the repo
- Install dependencies:
npm i
- Get started with webpack-dev-server w/ live-reload:
npm run dev
- Build the project in production mode:
npm run build
- Check out
/dist
folder for output