https://github.com/aserto-dev/rel2dot
Create GraphViz dot file from relations data
https://github.com/aserto-dev/rel2dot
Last synced: about 1 year ago
JSON representation
Create GraphViz dot file from relations data
- Host: GitHub
- URL: https://github.com/aserto-dev/rel2dot
- Owner: aserto-dev
- License: mit
- Created: 2022-12-02T19:36:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:30:59.000Z (over 2 years ago)
- Last Synced: 2025-03-12T05:03:08.955Z (over 1 year ago)
- Language: Go
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 ./relations.json | dot -Tpng > gdrive.png
```
## visualize dot file

## generate dot file with inverted directionality
```
rel2dot -f -i ./relations.json | dot -Tpng > gdrive-inv.png
```
## visualize dot file (inverted)
