53 lines
845 B
Plaintext
53 lines
845 B
Plaintext
|
@startuml
|
||
|
'https://plantuml.com/deployment-diagram
|
||
|
|
||
|
rectangle "Dependencies" {
|
||
|
database bazzar_accounts2 [
|
||
|
PostgreSQL
|
||
|
---
|
||
|
bazzar_accounts
|
||
|
]
|
||
|
database bazzar_carts2 [
|
||
|
PostgreSQL
|
||
|
---
|
||
|
bazzar_carts
|
||
|
]
|
||
|
database "sonic "
|
||
|
database bazzar_stocks2 [
|
||
|
PostgreSQL
|
||
|
---
|
||
|
bazzar_stocks
|
||
|
]
|
||
|
cloud "sendgrid "
|
||
|
queue "rumqttd "
|
||
|
}
|
||
|
|
||
|
'actor actor
|
||
|
'actor/ "actor/"
|
||
|
'agent agent
|
||
|
'artifact artifact
|
||
|
'boundary boundary
|
||
|
'card card
|
||
|
'circle circle
|
||
|
'cloud cloud
|
||
|
'collections collections
|
||
|
'component component
|
||
|
'control control
|
||
|
'database database
|
||
|
'entity entity
|
||
|
'file file
|
||
|
'folder folder
|
||
|
'frame frame
|
||
|
'interface interface
|
||
|
'label label
|
||
|
'node node
|
||
|
'package package
|
||
|
'queue queue
|
||
|
'rectangle rectangle
|
||
|
'stack stack
|
||
|
'storage storage
|
||
|
'usecase usecase
|
||
|
'usecase/ "usecase/"
|
||
|
|
||
|
@enduml
|