-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We need to agree high level principles and approaches for how data is exchanged.
It needs to be: Reliable, Scaleable, Developer Friendly, Secure & Future Proof.
Initial list of exchange patterns:
| Type | Description | |
|---|---|---|
| Notify / Pull | Notification via web-hook, followed by pull of data from source. | |
| Publish / Subscribe | Publication of feed of changes on source, destination pulls data as needed. | Alternate/additive model to Notify / pull via event feed. |
| Push | Direct call of web service on destination from source. | |
| Pull | Direct call of web service on source from destination. | |
| Browser | Exchange via URL data in browser |
Reactions are currently unavailable