Adaptor Intro: An introduction to YOUnite and Adaptors can be found on the Introduction to YOUnite page
Adaptor Configuration: How to configure and manage adaptors is covered on the Managing Adaptors page.
Adaptor Development: Developing adaptors can be found on the YOUnite Adaptor Guide for Java Developers page.
In order to provide data management, the YOUnite Data Hub needs to know where the data domain and property(ies) live. Federated Master Data Records (MDRs) are stored in the source system (federated domain) instead of centrally in the Data Hub. The Data Hub contains a reference to the federated domain so it can retrieve the data. In order for this to happen the federated domain elements must be mapped to the YOUnite Data Hub. This mapping can happen organically or by creating a master list of all source system entities that need to be mapped to YOUnite.
The mapping process includes creating YOUnite data records for each domain entity using the POST /drs request. YOUnite will then contains the uniqueness rules but none of the data records are yet mapped to any of the adaptors' attached systems or services. The adaptor for the domain must be paused while you map the entities in the systems and services attached to the adaptors to the YOUnite data records, linking them together.
See Mapping for Federated Domains for details.
The infinite update problem can occur in the following scenarios:
This will require storing a hash of the last known value of an MDR or inspecting the last known update hash at the adaptor.
Having two uni-directional adaptors (one inbound only and the other outbound only) is to be avoided.
Developing adaptors can be the most difficult tasking the the MDM development and implementation phases. While it is unlikely an organization will swap out an existing enterprise applications to meet its governance needs (although, it may be required in some circumstances) an organization can require new applications and vendors can meet the requirements so that their solutions can be made MDM/Governance aware at the appropriate granularity.
To meet the needs of MDM and governance, new applications and solutions must have robust APIs that allow: