Skip to content
Snippets Groups Projects
Commit 0390e053 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update vaatimusmaaritely-tiivis.md

parent bc4dc7cc
No related branches found
No related tags found
No related merge requests found
Pipeline #437628 passed with warnings
......@@ -269,71 +269,24 @@ queue "https"{
}
}
node "Server 1 / Ubuntu" as csc{
node "Frontend"{
node "Palvelin 1 / Ubuntu 20.04" as AWS{
node "Frontend_Container"{
}
node "Backend" {
node "Backend_Container" {
}
database "MariaDB" {
database "MariaDB_Container" {
}
}
Asiakas -- https
https -- Frontend
https -- Frontend_Container
Frontend_Conainer -- Backend_Container
@enduml
```
```plantuml
@startuml
actor Asiakas
cloud "Networok" as net{
queue "https"{
}
}
node "Server 1 / Ubuntu" as csc {
queue http {
}
node Container {
node "Frontend-service" {
}
node "Backend-service" {
}
database "MariaDB" {
}
}
card "Reverse Proxy / Apache" as rpa {
}
}
queue SSH {
}
node "Server 2 / Ubuntu" as csc2 {
database "database backup" as dbb {
}
database "sercive logs backup" as slb {
}
node "Backend" {
}
database "Mongo" {
}
}
Asiakas -- https
https -- rpa
rpa -- http
rpa -- http
Backend -- Mongo
http -- Backend
http -- Frontend
csc -- SSH
SSH -- slb
SSH -- dbb
@enduml
```
## Palveluun liittyvät muut järjestelmät
> Järjestelmien välisiä yhteyksiä voidaan kuvata tarvittaessa esim. sekvenssikaavion muodossa.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment