Categorygithub.com/aserto-dev/rel2dot
modulepackage
0.0.2
Repository: https://github.com/aserto-dev/rel2dot.git
Documentation: pkg.go.dev

# README

rel2dot

Create GraphViz dot file from Topaz relations JSON file.

install rel2dot

go install github.com/aserto-dev/rel2dot@latest

generate dot file

rel2dot -i ./topaz-samples/gdrive/data/relations.json | dot -Tpng > gdrive.png

visualize dot file

result

generate dot file with inverted directionality

rel2dot -f -i ./topaz-samples/gdrive/data/relations.json | dot -Tpng > gdrive.png

visualize dot file (inverted)

result

# Structs

No description provided by the author
No description provided by the author
No description provided by the author