Skip to content

Define overall architectural approach for exchanges #7

@cliftonc

Description

@cliftonc

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  

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions