Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

To fully leverage the YOUnite ecosystem, organizations need to fully understand the following areas of integration: 

...

Primary TaskDescriptionInterfaces Used
Data IntegrationGenerally business logic in adaptors is kept to a minimum. The sole purpose of adaptors is to both detect changes in source entities and publish them to YOUnite and to subscribe to changes published by other adaptors and process them by updating entities in the source system attached to the adaptor.Adaptors connected to both source systems and the YOUnite message bus. 
GovernanceScopes  can be managed manually by the Data Governance Steward (DGS) and the Zone Data Stewards (ZDSs) or they can be managed programmatically by applications when well-defined events occur. For example, if a customer signs up for a new service, scope can be set so that data in a source system that already contains the customer's data is granted to a system that holds customer records for the new service.YOUnite API
NotificationsChanges in data can trigger events in applications and services. YOUnite allows applications and services to register for events so that they can be notified when changes occur allowing the services and applications to start their own workflows.YOUnite API
Operational Data StoreThis is generally used for systems that are not connected to YOUnite through an adaptor or when the adaptor doesn't support a data domain required by the service.YOUnite API


Image Added

YOUnite acts as an operational data store and can deliver event & change notifications


To develop adaptors see the YOUnite Adaptor Guide for Java Developers. To use the YOUnite API see the YOUnite API

...

See YOUnite Adaptor Guide for Java Developers.

5. Receiving Data Record Changes (Data Notifications)
Anchor
receivingData
receivingData

TODO: Move the detailed description of this to another page

...

When a YOUnite subscribed event occurs, the consumer will receive an HTTP POST request and payload to the registered URL endpoint.

6. Receiving Metadata Changes (Metadata Notifications)

YOUnite Events (TODO Anuj needs to help Mark update this)

...

Applications can use YOUnite as an operational data store.  TODO ... point of view golden/silver request options.

See the /drs endpoint in the YOUnite API

TODO examples