maguec / graphviz-diagrams

Examples and Icons for Generating diagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagrams in Graphviz

My archive of icons and processes for develpoing diagrams using GraphViz

To generate button like diagrams this tool works well

OSA icons can be downloaded

icon normalization

find . -name \*.png -exec mogrify -resize 32x32 {} \;

icons dir

  • opensource_apps
  • infra_services
  • osa_icons
  • aws
  • service_providers

examples dir

Contains a few example drawings

to generate drawings

dot -Tpng input.dot > output.png

Examples

Example Application

Example Infrastructure

Vault Infrastructure

About

Examples and Icons for Generating diagrams