Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 588 Bytes

gcp-graphviz

Google Cloud Platform services architecture visualization with Graphviz

Dependencies

Usage

$ gpp my-graph.gv | dot -Tsvg -o my-graph.svg
$ inkscape --export-png=my-graph.png my-graph.svg # Optionally convert to png.

Example

The result of the following commands:

$ gpp GCP-Overview.gv | fdp -Tsvg -o GCP-Overview.svg
$ inkscape --export-png=GCP-Overview.png GCP-Overview.svg

alt tag