Last active
January 4, 2022 08:37
-
-
Save simonbrowndotje/3eefa2b8adcbdef55ce6de4875b39f3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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