Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
import { * } from 'sruja.ai/stdlib' ID = person "Label" ID = system "Label" { ... } ID = container "Label" { ... } ID = database "Label" { ... } ID = queue "Label" { ... } ID = component "Label" { ... }
Source -> Target "Label" // Use fully qualified names when referring to nested elements: System.Container -> System.API "Label" System.Container.Component -> System.API.Component "Label"
overview { summary "Syntax Reference Overview" } MySystem = system "MySystem" { metadata { team "Platform" tier "critical" } }
deployment Prod { node Cloud { node Region { node Service { containerInstance Web } } } }