Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgurkaynak/stalk-demo-raft-consensus
An OpenTelemetry-instrumented demo app simulating Raft consensus algorithm
https://github.com/dgurkaynak/stalk-demo-raft-consensus
jaeger opentelemetry opentracing raft raft-consensus-algorithm zipkin
Last synced: 3 months ago
JSON representation
An OpenTelemetry-instrumented demo app simulating Raft consensus algorithm
- Host: GitHub
- URL: https://github.com/dgurkaynak/stalk-demo-raft-consensus
- Owner: dgurkaynak
- License: mit
- Created: 2020-04-22T16:40:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T16:29:11.000Z (over 2 years ago)
- Last Synced: 2024-07-30T19:45:56.234Z (6 months ago)
- Topics: jaeger, opentelemetry, opentracing, raft, raft-consensus-algorithm, zipkin
- Language: TypeScript
- Homepage: https://deniz.co/raft-consensus/
- Size: 3.98 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stalk-demo-raft-consensus
![Demo](./docs/readme-assets/demo.gif)
This is a demo application, instrumented with OpenTracing API, which simulates *(a naive version of)* [Raft distributed consensus algorithm](https://en.wikipedia.org/wiki/Raft_(computer_science)). Heavily inspired by [ongardie/raftscope](https://github.com/ongardie/raftscope).
Available on: https://deniz.co/raft-consensus/
You can export traces to [Stalk](https://github.com/dgurkaynak/stalk) with one click to visualize & inspect collected traces.
![A sample of collected traces](./docs/readme-assets/stalk-screenshot.png)
# Building & Development
### Development
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 start`### Building
- Build the project in production mode: `npm run build`
- Check out `/dist` folder for output