workspace { model { customer = person "Customer" onlineBookStore = softwareSystem "Online book store" { webapp = container "Web Application" database = container "Database" } customer -> webapp "Browses and makes purchases using" webapp -> database "Reads from and writes to" } views { container onlineBookStore { include * autoLayout lr } dynamic onlineBookStore { title "Request past orders feature" customer -> webapp "Requests past orders from" webapp -> database "Queries for orders using" autoLayout lr } dynamic onlineBookStore { title "Browse top 20 books feature" customer -> webapp "Requests the top 20 books from" webapp -> database "Queries the top 20 books using" autoLayout lr } } }
Structurizr DSL v2.1.2 - some features (e.g. !docs, !adrs, !script, etc) are unavailable via this demo page; see DSL for details.
Structurizr
Diagram
Structurizr
Graph
Export
PlantUML
Export
C4-PlantUML
Export
Mermaid
Export
DOT
Export
WebSequenceDiagrams
Export
Ilograph