All Projects → devopsfaith → krakend-config2dot

devopsfaith / krakend-config2dot

Licence: Apache-2.0 license
Translate your KrakenD config file into a dot graph

Programming Languages

go
31211 projects - #10 most used programming language

krakend-config2dot

Transalte your KrakenD config file into a dot graph

Installation

$ go install github.com/devopsfaith/krakend-config2dot/cmd/krakend-config2dot

If you have your $GOPATH/bin in your $PATH, this is how you can create the .dot representation of your config file:

$ krakend-config2dot -c /path/to/your/config/file.json

Graph generation

Just pipe the output into dot

$ krakend-config2dot -c /path/to/your/config/file.json | dot -Tpng -o config.png
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].