= Diagrams = * Options for network and architecture flow diagrams 1. https://sequencediagram.org/ - Diagram as code 1. DIA - OpenSource - a bit clunkey 1. Confluence(Corporate) with plugin Draw.io or Glipphy 1. Libreoffice Draw == Libreoffice Draw == * 2021 - Used Draw with AWS icons. 1. Download AWS svg icons, from https://aws.amazon.com/architecture/icons/ 1. Extract them to dir. (Asset-Package-xxxx) 1. Open Libreoffice Draw - Gallery - and import the icons. * At bottom of Gallery, click on [New] * Change file type to SVG * Use [Find Files] and select the dir where you have the unzipped aws icons * Use [Add All] to create new gallery with the icons. * Optional: A bit /!\ dangerous, cleanout Asset dir of all non SVG and duplicates. {{{ cd Asset-Package-xxx #find . -type d \( -iname *16 -o -iname *32 -o -iname *48 \) | xargs rm -rv - #find . -type f -name "*.png" -delete #rm -rv Category-Icons_04-30-2021 # rm -rf Architecture-Service-Icons_04-30-2021/ #find . -type d \( -iname Res_48_Light \) | xargs rm -rv - }}}