Design mappings, identifiers, and edges
Learning outcome
Build mappings that establish stable identity, map source fields into the shared vocabulary, and create the relationships needed by the domain model.
Scenario
The source data is arriving, but records will only become useful if the mapping produces stable identifiers, understandable properties, and correct relationships to other business domains.
Read
Exercise
- Review the source fields and choose the primary identifier based on uniqueness and stability.
- Identify any additional identifiers needed to match the same business object across sources.
- Map source properties into the vocabulary defined earlier in the course.
- Identify source keys that should produce edges or relations to other business domains.
- Configure the mapping and process a representative sample.
- Inspect the resulting golden records and confirm that identifiers and relations behave as designed.
- Record at least one failure mode caused by an unstable identifier, incorrect mapping, or missing relationship key.
Deliverable
A mapping and identity design containing vocabulary mappings, identifier rationale, expected edges, validation evidence, and known failure modes.
Complete when
- Identity is based on a stable business key rather than convenience.
- Source-specific fields are translated into the shared model deliberately.
- Expected edges appear on the resulting records and can be explained from source data.
Next
Continue to Search, record anatomy, history, and diagnostic workflows.