Slide 3
Slide 3 text
How draft works?
It takes in input a YAML file and generates a dot script for Graphviz.
Piping the draft output to GraphViz dot you can generate many output formats
(PNG, SVG, PS, etc.)
draft backend-for-frontend.yml | dot -Tpng -Gdpi=200 > backend-for-frontend.png
To install GraphViz to your favorite OS, please, follow this link
https://graphviz.gitlab.io/download/.
「Generate High Level Cloud Architecture diagrams using YAML syntax」
3 / 11