generated from ConductionNL/product-website-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ruben-architectuur-en-kosten-update'
- Loading branch information
Showing
23 changed files
with
422 additions
and
237 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,25 @@ | ||
@startuml | ||
title Basis Architectuur | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
' Publicatie platformen (Laag 5 UI) | ||
frame "UI (laag 5)" { | ||
interface "Publicatie Platform" as pp #1abc9c | ||
} | ||
|
||
|
||
' Integratie (Laag 3) | ||
frame "Integratie (laag 3)" { | ||
database "Motorblok" as motorblok #1abc9c | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "Bronnen (laag 2)" { | ||
database "bronnen" as bronnen #cce5ff | ||
} | ||
|
||
|
||
pp -down-> motorblok: Zoekt in | ||
motorblok -down-> bronnen: Haalt op uit | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,29 +1,46 @@ | ||
@startuml | ||
title Integratie op bronnen | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
' User Interface Component | ||
interface "Een of meerdere afnemers" as Afnemer | ||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
interface "Afnemer" as Searchsite #1abc9c | ||
} | ||
|
||
' Backend Components | ||
component "Integratie" as Integratie | ||
component "Zaaksysteem" as Zaaksysteem | ||
component "CMS" as CMS | ||
component "Raads informatie systeem" as Raadsinfo | ||
component "eDepot" as eDepot | ||
component "DMS" as DMS | ||
component "VTH" as VTH | ||
' Services(Laag 4) | ||
frame "Services" { | ||
process "OpenWoo Service" as OWS #1abc9c | ||
} | ||
|
||
' Integratie (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #1abc9c | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "Bronnen" { | ||
component "Zaaksysteem" as Zaaksysteem #cce5ff | ||
component "CMS" as CMS #cce5ff | ||
component "Raads informatie systeem" as Raadsinfo #cce5ff | ||
component "eDepot" as eDepot #cce5ff | ||
component "DMS" as DMS #cce5ff | ||
component "VTH" as VTH #cce5ff | ||
} | ||
|
||
' Relationships | ||
Afnemer -down-> Integratie : Directly connected | ||
Integratie -down-> CMS : Scrapes periodically\nUses as source | ||
Integratie -down-> Zaaksysteem : Scrapes periodically\nUses as source | ||
Integratie -down-> Raadsinfo : Scrapes periodically\nUses as source | ||
Integratie -down-> eDepot : Scrapes periodically\nUses as source | ||
Integratie -down-> DMS : Scrapes periodically\nUses as source | ||
Integratie -down-> VTH : Scrapes periodically\nUses as source | ||
Searchsite -down-> OI : Bevraagd (API) | ||
OWS ..> OI: Slaat op in | ||
|
||
OWS -down-> CMS : Scrapes periodically\nUses as source | ||
OWS -down-> Zaaksysteem : Scrapes periodically\nUses as source | ||
OWS -down-> Raadsinfo : Scrapes periodically\nUses as source | ||
OWS -down-> eDepot : Scrapes periodically\nUses as source | ||
OWS -down-> DMS : Scrapes periodically\nUses as source | ||
OWS -down-> VTH : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
CMS -up-> Integratie : Notifies of changes or deletes | ||
Zaaksysteem -up-> Integratie : Notifies of changes or deletes | ||
CMS -up-> OWS : Notifies of changes or deletes | ||
Zaaksysteem -up-> OWS : Notifies of changes or deletes | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 | ||
title Motorblok | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
interface "Afnemer" as Searchsite #1abc9c | ||
} | ||
|
||
' Services(Laag 4) | ||
frame "Services" { | ||
process "OpenWoo Service" as OWS #1abc9c | ||
} | ||
|
||
' Integratie (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #1abc9c | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "Bronnen" { | ||
component "Bronnen" as Bronnen #cce5ff | ||
} | ||
|
||
' Relationships | ||
Searchsite -down-> OI : Bevraagd (API) | ||
OWS ..> OI: Slaat op in | ||
|
||
OWS -down-> Bronnen : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
Bronnen -up-> OWS : Notifies of changes or deletes | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.