-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/CONNECTOR-30/caal-servic…
…e' into feature/Oauth
- Loading branch information
Showing
80 changed files
with
3,124 additions
and
607 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,13 @@ | ||
# Cloudevents | ||
|
||
We facilitate subscriptions on a pub/sub model. This is based on [CloudEvents](https://cloudevents.io/) but also supports the [NL GOV profile for CloudEvents](https://www.logius.nl/domeinen/gegevensuitwisseling/nl-gov-profile-cloudevents). More documentation can be found [here](https://gitdocumentatie.logius.nl/publicatie/notificatieservices/CloudEvents-NL/). | ||
|
||
## Subsribers | ||
|
||
## Publishers | ||
|
||
## Endpoints | ||
|
||
## Mappings | ||
|
||
## Events |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
# Xxllnc To Publication | ||
|
||
This document describes the connection between the Xxllnce (zaaksysteem) seqarch api and the Publication Register (and publication object). | ||
|
||
## Overview | ||
|
||
The Xxllnc (zaaksysteem) is a system used by the Dutch government to manage and publish administrative decisions. The seqarch api is a RESTful api that provides access to the data in the Xxllnc system. | ||
|
||
The Publication Register is a system used to manage and publish administrative decisions. The publication object is the core object in the Publication Register. | ||
|
||
## Preperation | ||
|
||
Make sure you have the following information: | ||
|
||
- The base url of the seqarch api | ||
- An installtion of Open Register | ||
- An configuration of the Publication Register on Open Register | ||
- An insatllation of Open Connector | ||
|
||
## Setting up the connection | ||
|
||
Create a new source (connection), set the type to API and location to the base url of the xxlnc search api. Since the search api is public to start with no addiotnal configuration is nessesarry. | ||
|
||
![alt text](image.png) | ||
|
||
|
||
Open the source and click on 'Test' in the action menu. This wil open the test dialog. Presss test and you will see the data that is available. | ||
|
||
![alt text](image-1.png) ![alt text](image-2.png) | ||
|
||
I everything checks out we can write down the source id and are now ready to setup a mapping. | ||
|
||
## Setting up the mapping | ||
|
||
Mappings are used to map the data from object A tot object B or visa versa. In the case of the xxlnc search api we need to create a mapping between the search api and the publication register publication object. And the attachement object. |
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,3 @@ | ||
# Consumer | ||
|
||
A consumer is a service or application that consumes events, has acces to endpoints and mappings and is able to trigger actions based on the events etc etc. It is the main actor in the openconnector platform. And determins authentication and authorisations on all aspects of the platform. |
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
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.