Software Alternatives & Reviews

Which tools did you use to design yours cloud architecture ?

Graphviz
  1. Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well.
    Pricing:
    • Open Source
    Terraform provides the terraform graph command but those are hard to read beyond a few resources. The diagrams site has plenty of examples to look at. I just limit the diagram to resources I think are important for understanding the repo configuration.

    #Diagrams #Flow Charts And Diagrams #Software Development 45 social mentions

  2. Graphviz is open source graph visualization software. It has several main graph layout programs.
    For the same reason anyone uses graphviz. I prefer terminal and it’s easy for anyone to add additional nodes to the graph via PR without having to navigate away from the source code. It’s checked in with my Terraform, Packer, etc.

    #Diagrams #Flowcharts #Flow Charts And Diagrams 79 social mentions

Discuss: Which tools did you use to design yours cloud architecture ?

Log in or Post with