Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
DSL documentation
DSL tutorial
DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
DSL language reference
workspace
- model
- archetypes
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- instanceOf
- element
- -> (relationship)
- -/> (remove relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- light
- dark
- element
- relationship
- themes
- terminology
- configuration
- visibility
- scope
- users
workspace { model { softwareSystem = softwareSystem "Software System" { database = container "Database Schema" api = container "Service API" { -> database "Uses" } } production = deploymentEnvironment "Production" { serviceInstance1 = deploymentGroup "Service instance 1" serviceInstance2 = deploymentGroup "Service instance 2" deploymentNode "Server 1" { containerInstance api serviceInstance1 deploymentNode "Database Server" { containerInstance database serviceInstance1 } } deploymentNode "Server 2" { containerInstance api serviceInstance2 deploymentNode "Database Server" { containerInstance database serviceInstance2 } } } } views { deployment * production { include * autolayout } } }
Structurizr v2026.05.15
|
|