Area 6 Models - Metadata Discovery¶
Area 6 provides structures for recording the results of automated metadata discovery as annotations to associated assets in the metadata repository.
Metadata discovery requires different types of analysis. This analysis may run just once, say when the asset is created, on demand or based on an event or schedule.
A particular type of analysis is implemented in an open discovery service. Within the open discovery service are one to many discovery steps. Each step performs some sort of analysis that may result in an annotation for one or more assets.
The annotations from a particular run of an open discovery service are grouped together into a discovery analysis report. The annotations may be reviewed and approved by a steward. The steward may convert the annotation to a harden metadata type, or they may flag the annotation as invalid. When the discovery service is rerun, the new annotations can be matched to the annotations from the previous run. The steward's actions will impact how the new annotations are processed.
- 0601 Open Discovery Engines and Services
- 0605 Discovery Analysis Report
- 0610 Annotation
- 0611 Annotation Reviews
- 0615 Schema Extraction
- 0617 Data Field Analysis
- 0620 Data Profiling
- 0625 Data Class Discovery
- 0630 Semantic Discovery
- 0635 Classification Discovery
- 0640 Quality Scores
- 0650 Relationship Discovery
- 0660 Measurements
- 0690 Request for Action
Egeria's Open Discovery Framework (ODF) supports the development and execution of open discovery services. The ODF runs in an Engine Host server. ODF discovery services use connectors from the Open Connector Framework (OCF) to connect to the data assets and access the known metadata about them.
Raise an issue or comment below