PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml
parameter.
See StructurizrPlantUMLExporter for customisation options.
C4-PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml/c4plantuml
parameter.
See C4PlantUMLExporter for customisation options.
Mermaid definitions are available via the Structurizr CLI export command,
using the -format mermaid
parameter. Your Mermaid configuration will need to include "securityLevel": "loose"
to render this definition correctly.
WebSequenceDiagram definitions are available via the Structurizr CLI export command,
using the -format websequencediagrams
parameter. Only dynamic views are supported.
DOT definitions are available via the Structurizr CLI export command,
using the -format dot
parameter.
Ilograph definitions are available via the Structurizr CLI export command,
using the -format ilograph
parameter. A single Ilograph export contains the model and all views.
resources: - id: "1" name: "User" subtitle: "[Person]" backgroundColor: "#dddddd" color: "#000000" - id: "2" name: "Software System" subtitle: "[Software System]" backgroundColor: "#dddddd" color: "#000000" children: - id: "3" name: "Web Application" subtitle: "[Container: Spring Boot]" backgroundColor: "#dddddd" color: "#000000" - id: "4" name: "Database" subtitle: "[Container: Relational database schema]" backgroundColor: "#dddddd" color: "#000000" - id: "8" name: "Amazon Web Services" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "9" name: "US-East-1" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "12" name: "Amazon EC2" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "13" name: "Ubuntu Server" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "14" name: "Web Application" subtitle: "[Container: Spring Boot]" backgroundColor: "#dddddd" color: "#000000" - id: "15" name: "Amazon RDS" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "16" name: "MySQL" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "17" name: "Database" subtitle: "[Container: Relational database schema]" backgroundColor: "#dddddd" color: "#000000" - id: "10" name: "Route 53" subtitle: "[Infrastructure Node]" backgroundColor: "#dddddd" color: "#000000" - id: "11" name: "Elastic Load Balancer" subtitle: "[Infrastructure Node]" backgroundColor: "#dddddd" color: "#000000" perspectives: - name: Static Structure relations: - from: "1" to: "2" label: "Uses" color: "#707070" - from: "1" to: "3" label: "Uses" color: "#707070" - from: "3" to: "4" label: "Reads from and writes to" color: "#707070" - name: Deployment - Live relations: - from: "14" to: "17" label: "Reads from and writes to" color: "#707070" - from: "10" to: "11" label: "Forwards requests to" description: "HTTPS" color: "#707070" - from: "11" to: "14" label: "Forwards requests to" description: "HTTPS" color: "#707070"