Documentation

pyDraw is a web interface for the diagrams library, allowing you to create beautiful architecture diagrams using Python code. Most of the diagrams docs apply to pyDraw, with the exceptions noted in Tips & Tricks.

Jump to specific topics: Diagrams | Nodes | Clusters | Edges | All Nodes

Getting Started

To create a diagram:

  1. Write your diagram code in the editor on the home page
  2. Click "Generate Diagram" to create your visualization
  3. The diagram will appear in the preview pane

Tips & Tricks

Examples

Simple AWS Architecture
Grouped Workers on AWS
Stateful Architecture on Kubernetes
Message Collecting System on GCP