bazzar/docs/dependencies.puml

53 lines
833 B
Plaintext
Raw Permalink Normal View History

2022-11-07 16:28:51 +01:00
@startuml
'https://plantuml.com/deployment-diagram
rectangle "Dependencies" {
2023-06-20 07:03:15 +02:00
database myco_accounts2 [
2022-11-07 16:28:51 +01:00
PostgreSQL
---
2023-06-20 07:03:15 +02:00
myco_accounts
2022-11-07 16:28:51 +01:00
]
2023-06-20 07:03:15 +02:00
database myco_carts2 [
2022-11-07 16:28:51 +01:00
PostgreSQL
---
2023-06-20 07:03:15 +02:00
myco_carts
2022-11-07 16:28:51 +01:00
]
database "sonic "
2023-06-20 07:03:15 +02:00
database myco_stocks2 [
2022-11-07 16:28:51 +01:00
PostgreSQL
---
2023-06-20 07:03:15 +02:00
myco_stocks
2022-11-07 16:28:51 +01:00
]
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