-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #911 from mandy-chessell/code2024
Change event-action to context-event
- Loading branch information
Showing
46 changed files
with
981 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
# Context Event Service | ||
|
||
---8<-- "docs/connectors/context-event/context-event-service-intro.md" | ||
|
||
!!! education "Further information" | ||
|
||
* [Writing Context Event Services](/guides/developer/context-event-services/overview) | ||
* [Configuring Context Event Services into a Governance Engine](/guides/developer/open-metadata-archives/creating-governance-engine-packs) | ||
|
||
--8<-- "snippets/abbr.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
# Context Event Engines | ||
|
||
An *context event engine* describes a set of related [context event services](/guides/developer/context-event-services/overview). Each context event service implements a specific type of event management. This event management is built around [context events](/concepts/context-event) and actions. | ||
|
||
An context event engine is hosted in the [Context Event Open Metadata Engine Service (OMES)](/services/omes/context-event/overview) running on one or more [Engine Host OMAG Servers](/concepts/engine-host). | ||
|
||
![Context Event Engine](/connectors/context-event/context-event-service.svg) | ||
|
||
When an context event engine is called, it is passed a governance request type and request parameters. This is mapped to a call to an [context event service](/concepts/context-event-service) through the [context event engine definition](/concepts/governance-engine-definition). | ||
|
||
![Context Event Engine Definition Structure](/guides/developer/open-metadata-archives/context-event-engine-definition.svg) | ||
> Logical structure of an context event engine definition showing how the governance request types map to the context event service definitions | ||
!!! education "Further information" | ||
|
||
The Open Metadata Types used to define the context event engines are located in [model 0461 Governance Engines](/types/4/0461-Governance-Engines). | ||
|
||
|
||
---8<-- "snippets/abbr.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.