Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianogappa/flowbro
Real-time flowchart visualisation for Kafka-based distributed systems.
https://github.com/marianogappa/flowbro
Last synced: 27 days ago
JSON representation
Real-time flowchart visualisation for Kafka-based distributed systems.
- Host: GitHub
- URL: https://github.com/marianogappa/flowbro
- Owner: marianogappa
- License: mit
- Created: 2016-03-05T04:31:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T20:37:26.000Z (over 7 years ago)
- Last Synced: 2024-11-04T17:45:49.098Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 24.6 MB
- Stars: 121
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - marianogappa/flowbro - Real-time flowchart visualisation for Kafka-based distributed systems. (Go)
README
# flowbro
Real-time flowchart visualisation for Kafka-based distributed systems.![Flowbro](flowbro.gif)
## Installation
```
go get github.com/marianogappa/flowbro
```or get the latest binary for your OS: https://github.com/marianogappa/flowbro/releases
## Getting started
- Start flowbro:
```
$ cd $GOPATH/src/github.com/marianogappa/flowbro
$ flowbro
Flowbro is your bro on localhost:41234!
```
- Open [http://localhost:41234](http://localhost:41234).
- Click the example to see how it works.
- See the [example config](webroot/configs/config-example.json). You should get it; you're smart.
- Try to make your own config with a real Kafka cluster.
- Review/grep the documentation for that thing you want to do. TODO :'(
- If you can't do something you want or don't understand how, [let me know](https://github.com/MarianoGappa/flowbro/issues) please.## Kubernetes?
No :( https://github.com/kubernetes/kubernetes/issues/25126## Can I contribute?
Yes, please.