Skip to content

Instantly share code, notes, and snippets.

@simonbrowndotje
Last active January 4, 2022 08:37
Show Gist options
  • Save simonbrowndotje/3eefa2b8adcbdef55ce6de4875b39f3a to your computer and use it in GitHub Desktop.
Save simonbrowndotje/3eefa2b8adcbdef55ce6de4875b39f3a to your computer and use it in GitHub Desktop.
workspace {
model {
user = person "User"
softwareSystem = softwareSystem "Software System" {
webapp = container "Web Application"
database = container "Database"
}
user -> webapp "Uses"
webapp -> database "Reads from and writes to"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment