-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eHOKS-herätepalvelu architecture as PlantUML
- Loading branch information
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@startuml | ||
|
||
database "eHOKS-db" as edb { | ||
database HOKSit | ||
database Palautteet | ||
} | ||
|
||
component eHOKS { | ||
component virkailija | ||
component palaute | ||
} | ||
|
||
:kj: | ||
[viestintäpalvelu] | ||
[Arvo] | ||
[SMS_gateway] | ||
|
||
kj -> virkailija : HOKS | ||
HOKSit <-- virkailija : HOKS | ||
HOKSit --> palaute : ajastettu \namis & tep | ||
Palautteet <-- palaute : kyselyiden ja \nviestien tila | ||
palaute --> viestintäpalvelu : viestit | ||
palaute --> SMS_gateway : viestit | ||
palaute -> Arvo : kyselyt | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
@startuml | ||
|
||
:kj: | ||
[eHOKS] | ||
kj -> eHOKS : HOKSit | ||
|
||
database "eHOKS-db" as edb | ||
eHOKS <--> edb | ||
|
||
stack amis | ||
stack tep | ||
eHOKS -> amis | ||
eHOKS -> tep | ||
amis -[hidden]-> tep | ||
|
||
[herätepalvelu] | ||
amis -> herätepalvelu | ||
tep -> herätepalvelu | ||
|
||
database DynamoDB | ||
herätepalvelu --> DynamoDB | ||
|
||
[herätepalvelu-ajastettu] as hpa | ||
hpa <- DynamoDB | ||
eHOKS <-- hpa : tilatieto | ||
|
||
[viestintäpalvelu] | ||
[SMS gateway] as sgw | ||
hpa --> viestintäpalvelu : viestit | ||
hpa --> sgw : viestit | ||
|
||
[Arvo] | ||
hpa --> Arvo : kyselyt | ||
|
||
@enduml |