About 24 results
Open links in new tab
  1. Diagrams · Diagram as Code

    Diagrams currently supports main major providers including: AWS, Azure, GCP, Kubernetes, Alibaba Cloud, Oracle Cloud etc... It also supports On-Premises nodes, SaaS and major …

  2. Examples · Diagrams - mingrammer

    Feb 22, 2025 · from diagrams.k8s.storage import PV, PVC, StorageClass with Diagram("Stateful Architecture", show= False): with Cluster("Apps"): svc = Service("svc") sts = StatefulSet("sts") …

  3. Installation · Diagrams - mingrammer

    May 10, 2025 · diagrams requires Python 3.7 or higher, check your Python version first. diagrams uses Graphviz to render the diagram, so you need to install Graphviz to use it.

  4. Diagrams · Diagrams - mingrammer

    $ python diagram.py it will generate an image file with single EC2 node drawn as simple_diagram.png in your working directory and open that created image file immediately.

  5. Azure · Diagrams - mingrammer

    Oct 25, 2025 · diagrams.azure.web.APICenter diagrams.azure.web.APIConnections diagrams.azure.web.APIManagementServices diagrams.azure.web.AppServiceCertificates …

  6. C4 · Diagrams - mingrammer

    Sep 5, 2022 · C4 C4 Diagrams C4 is a standardized model to visualize software architecture. You can generate C4 diagrams by using the node and edge classes from the diagrams.c4 …

  7. Edges · Diagrams - mingrammer

    May 11, 2025 · `Edge` represents an edge between nodes.Edge represents an edge between nodes. Basic Edge is an object representing a connection between nodes with some additional …

  8. Custom · Diagrams - mingrammer

    Jan 5, 2021 · If your icons are hosted and can be accessed when you generate the diagrams, you can from diagrams import Diagram, Cluster from diagrams.custom import Custom from …

  9. OnPrem · Diagrams

    Jul 22, 2025 · diagrams.onprem.queue.Activemq, ActiveMQ (alias) diagrams.onprem.queue.Celery diagrams.onprem.queue.Emqx, EMQX (alias) …

  10. AWS · Diagrams - mingrammer

    Aug 23, 2025 · diagrams.aws.storage.Snowball diagrams.aws.storage.Snowmobile diagrams.aws.storage.StorageGatewayCachedVolume …