Skip to content

Commit

Permalink
Old eHOKS-herätepalvelu architecture as PlantUML
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalliok committed Nov 10, 2023
1 parent ba79298 commit 4c99a7c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions doc/architecture-old.puml
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

0 comments on commit 4c99a7c

Please sign in to comment.