fyp-report/diagrams/system_diagram.d2
Andre Henriques a02acd9b4f
All checks were successful
continuous-integration/drone/push Build is passing
chore: more work on the report
2024-03-11 23:56:43 +00:00

34 lines
405 B
Plaintext

User.shape: Person
Server: "User Server" {
shape: Cloud
}
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
}
User<->Proxy
Server<->Proxy
Proxy<->Api
Proxy<->Web
Api<->Database
Api<->Runner
Api<->Train
Database<->Runner
Database<->Train