Governance Service¶
A governance service is a specialized connector that implements a specific type of engine action.
There are ten types of governance services. Related governance services are packaged together in a specific type of governance engine and enabled in one or more Engine Host OMAG Servers. They run in the appropriate Open Metadata Engine Service (OMES) as shown in the table below.
Governance Service | Description | Governance Engine type | Engine Service |
---|---|---|---|
Survey Action Service | Analyses the content of an Asset's real-world counterpart (digital resource) in the digital landscape. (For example, if the asset describes a file, the survey action service analyses the data stored in the file). Results of the analysis are stored in a Survey Report | Survey Action Engine | Survey Action OMES |
Watchdog Governance Service | Monitors changes to open metadata elements and when certain changes occur (such as the creation of a new Asset) the watchdog service requests action from other governance services by creating either an Engine Action, a Governance Action Process or an Incident Report. | Governance Action Engine | Governance Action OMES |
Verification Governance Service | Tests the properties of specific open metadata elements to ensure they are set up correctly or do not indicate a situation where governance activity is required. The results returned from the verification service can be used to trigger other governance services as part of a Governance Action Process. | Governance Action Engine | Governance Action OMES |
Triage Governance Service | Makes decisions on how to handle a specific situation or incident. Often this involves a human decision maker. | Governance Action Engine | Governance Action OMES |
Remediation Governance Service | Corrects errors in open metadata or the digital landscape it represents. | Governance Action Engine | Governance Action OMES |
Provisioning Governance Service | Configuring, enabling, provisioning resources in the digital landscape. Often these provisioning services manage the cataloguing of new assets and the lineage between them. | Governance Action Engine | Governance Action OMES |
General Governance Action Service | Some form of governance activity. | Governance Action Engine | Governance Action OMES |
Context Event Service | Event management around Context Event. | Context Event Engine | Context Event OMES |
Repository Governance Service | Performs governance for open metadata repositories such as dynamically maintaining open metadata archives. | Repository Governance Engine | Repository Governance OMES |
Implementing your own governance services¶
Instructions for implementing your own governance services are in the developer guide under the following sections:
- Writing Governance Action Services
- Writing Survey Action Services
- Writing Repository Governance Services
Support for running governance services¶
The Governance Server OMAS provides:
- The API to create governance engine definitions for the governance services.
- The API to link governance services together into governance action processes.
- The metadata support for the Engine Host Services to drive the governance services in an Engine Host OMAG Server.
Raise an issue or comment below