fyp-report/diagrams/system_diagram.d2

34 lines
405 B
Plaintext
Raw Normal View History

2024-03-10 00:09:12 +00:00
User.shape: Person
2024-03-11 23:56:43 +00:00
Server: "User Server" {
shape: Cloud
}
2024-03-10 00:09:12 +00:00
Proxy.shape: Hexagon
Api: "API Server" { }
Web: "Web Server" { }
Runner: "Model Runner" {
style.multiple: true
}
Train: "Model Trainer" {
style.multiple: true
}
database: "Database" {
shape: cylinder
}
2024-03-11 23:56:43 +00:00
User<->Proxy
Server<->Proxy
2024-03-10 00:09:12 +00:00
2024-03-11 23:56:43 +00:00
Proxy<->Api
Proxy<->Web
2024-03-10 00:09:12 +00:00
2024-03-11 23:56:43 +00:00
Api<->Database
Api<->Runner
Api<->Train
2024-03-10 00:09:12 +00:00
2024-03-11 23:56:43 +00:00
Database<->Runner
Database<->Train
2024-03-10 00:09:12 +00:00