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
