You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Otto Fowler <ot...@gmail.com> on 2020/06/15 21:11:10 UTC

New Python library dotifi: generate graphviz dot files and images from the nifi canvas

There was a discussion on slack, asking if there was a way to generate a
diagram of the NiFi canvas, other than creating a screenshot.

Since there wasn’t, I have written a tool python3 that generates graphviz
dot files and images from the nifi canvas, and is pretty configurable if
you want to customize the output.

https://palindromicity.blogspot.com/2020/06/dotifi-generating-dot-files-from-apache.html

https://github.com/palindromicity/dotifi

maybe it’ll be useful to someone