Versions Compared

Key

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

...

  1. Operational - Manage zones, users, groups, roles and permissions. These requests are made using the YOUnite API. The YOUnite UI is an example of an application that consumes the YOUnite API and makes operational and Data Governance requests on behalf of the logged in user but this functionality can be built into the organization's own applications.
  2. Data Stewardship and Governance - Create data domains and manage scope (ACLs). These requests are made using the YOUnite API.
  3. Creating and mapping source entities to YOUnite data records. This can be done with the YOUnite API. Adaptors also perform the creating and mapping tasks over theYOUnite the YOUnite message bus.
  4. Integrating data and keeping source entities in sync. This is managed by adaptors connected to the YOUnite message bus.
  5. Receiving notifications of data record changes so that applications can initiate their own work flows.
  6. The YOUnite API has an endpoint for retrieving data records (both federated data records and those stored in YOUnite). This is generally used by applications that don't have access to a source system that is connected to a YOUnite through an adaptor or when the adaptor doesn't support a data domain required by the application.

...

Primary TaskDescriptionInterfaces Used
Data IntegrationGenerally business logic in adaptors is kept to a minimum the . 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 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

...