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 'rubenvdlinde-patch-docs'
- Loading branch information
Showing
11 changed files
with
1,720 additions
and
48 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
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,27 +1,29 @@ | ||
@startuml | ||
title Open Webconcept met integratie | ||
|
||
' User Interface Component | ||
interface "Open Webconcept Website" as Website | ||
interface "Koop Harvester" as Harvester | ||
interface "API" as Api | ||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
interface "Open Webconcept Website" as Website #cce5ff | ||
} | ||
|
||
' Backend Components | ||
component "Open Webconcept CMS" as CMS | ||
component "Integratie" as Integratie | ||
component "Zaaksysteem" as Zaaksysteem | ||
' Services(Laag 4) | ||
frame "Services" { | ||
process "OpenWoo Service" as OWS #1abc9c | ||
} | ||
|
||
' Relationships | ||
API -down-> Integratie : Directly connected | ||
Website -down-> Integratie : Directly connected | ||
Harvester -down-> Integratie : Generated from | ||
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 (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #1abc9c | ||
} | ||
|
||
' Notifications | ||
CMS -up-> Integratie : Notifies of changes or deletes | ||
Zaaksysteem -up-> Integratie : Notifies of changes or deletes | ||
' Bronnen (Laag 2) | ||
frame "Bronnen" { | ||
database "Website (CMS)" as CMS #cce5ff | ||
} | ||
|
||
OWS -down-> CMS: Indexeerd | ||
OWS ..> OI: Slaat op in | ||
|
||
Searchsite -down-> IO : Bevraagd (API) | ||
|
||
@enduml |
Oops, something went wrong.