Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2021
Iotitude
Core
Commits
eaa437f7
Commit
eaa437f7
authored
4 years ago
by
Marko Rintamäki
Browse files
Options
Downloads
Patches
Plain Diff
Update vaatimusmaaritely-tiivis.md
parent
d8b08de7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#403620
passed
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dokumentit/20-Vaatimustenhallinta/vaatimusmaaritely-tiivis.md
+48
-0
48 additions, 0 deletions
...mentit/20-Vaatimustenhallinta/vaatimusmaaritely-tiivis.md
with
48 additions
and
0 deletions
dokumentit/20-Vaatimustenhallinta/vaatimusmaaritely-tiivis.md
+
48
−
0
View file @
eaa437f7
...
@@ -256,6 +256,54 @@ saataa olla varsin ratkaiseva pitemmällä tähtäimella. Esimerkkinä tästä o
...
@@ -256,6 +256,54 @@ saataa olla varsin ratkaiseva pitemmällä tähtäimella. Esimerkkinä tästä o
### Palvelun yleinen rakenne sijoittelunäkymänä (Deployment diagram)
### Palvelun yleinen rakenne sijoittelunäkymänä (Deployment diagram)
```
plantuml
@startuml
actor User
cloud "Internet" as net{
queue "https"{
}
}
node "CSC srv1 / Ubuntu" as csc {
queue http {
}
node Docker {
node "Frontend" {
}
node "Backend" {
}
database "Mongo" {
}
}
card "Reverse Proxy / Apache" as rpa {
}
}
queue SSH {
}
node "CSC srv2 / Ubuntu" as csc2 {
database "database backup" as dbb {
}
database "sercive logs backup" as slb {
}
node "Backend" {
}
database "Mongo" {
}
}
User -- 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
## Palveluun liittyvät muut järjestelmät
> Järjestelmien välisiä yhteyksiä voidaan kuvata tarvittaessa esim. sekvenssikaavion muodossa.
> Järjestelmien välisiä yhteyksiä voidaan kuvata tarvittaessa esim. sekvenssikaavion muodossa.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment