Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 954 Bytes

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