Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zz85/kafka-streams-viz
Kafka Streams Topology Sketch Diagram Visualization
https://github.com/zz85/kafka-streams-viz
Last synced: 5 days ago
JSON representation
Kafka Streams Topology Sketch Diagram Visualization
- Host: GitHub
- URL: https://github.com/zz85/kafka-streams-viz
- Owner: zz85
- Created: 2018-03-23T15:22:28.000Z (over 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-06-27T12:06:56.000Z (over 1 year ago)
- Last Synced: 2024-08-03T19:08:14.750Z (4 months ago)
- Language: JavaScript
- Homepage: https://zz85.github.io/kafka-streams-viz
- Size: 412 KB
- Stars: 407
- Watchers: 11
- Forks: 84
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kafka - Kafka Streams Topology Sketch Diagram Visualization
README
# Kafka Streams Topology Visualizer
A tool helps visualizing stream topologies by generating nice looking diagrams from a kafka stream topology descriptions.
## [Try now](https://zz85.github.io/kafka-streams-viz)
This was conceived during one of the lab days @ Zendesk Singapore.
Thanks to the following libraries
1. [Viz.js](https://github.com/mdaines/viz.js/) an emscripten built of Graphviz
2. [rough.js](https://github.com/pshihn/rough/) for generating hand-drawn like diagrams.