Quick Example
The Diagram
@arch
[nodes]
gw:API Gateway|cloud
auth:Auth Service|cyl
users:User Service|cyl
orders:Order Service|cyl
db:PostgreSQL|cyl
[edges]
gw->auth:validate
gw->users:get user
gw->orders:create order
users-->orders:user events
orders->db:persistBreaking It Down
1. Diagram Type
2. Nodes Section
3. Edges Section
Try It Yourself
What's Next?
Last updated