
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 …
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") …
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.
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.
Azure · Diagrams - mingrammer
Oct 25, 2025 · diagrams.azure.web.APICenter diagrams.azure.web.APIConnections diagrams.azure.web.APIManagementServices diagrams.azure.web.AppServiceCertificates …
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 …
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 …
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 …
OnPrem · Diagrams
Jul 22, 2025 · diagrams.onprem.queue.Activemq, ActiveMQ (alias) diagrams.onprem.queue.Celery diagrams.onprem.queue.Emqx, EMQX (alias) …
AWS · Diagrams - mingrammer
Aug 23, 2025 · diagrams.aws.storage.Snowball diagrams.aws.storage.Snowmobile diagrams.aws.storage.StorageGatewayCachedVolume …