Skip to content

Commit

Permalink
Merge pull request #911 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Change event-action to context-event
  • Loading branch information
mandy-chessell committed Mar 11, 2024
2 parents 31ea1aa + b744cef commit ea383b2
Show file tree
Hide file tree
Showing 46 changed files with 981 additions and 395 deletions.
2 changes: 1 addition & 1 deletion site/docs/concepts/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The table below lists the different types of connectors supported by Egeria's se
| Integration Connector | Implements metadata exchange with third party tools. | [Further Information](/concepts/integration-connector) |
| Survey Action Service | Implements automated metadata discovery. | [Further Information](/concepts/survey-action-service) |
| Governance Action Service | Implements automated governance. | [Further Information](/concepts/governance-action-service) |
| Event Action Service | Implements the maintenance of [context events](/conepts/context-event). | [Further Information](/concepts/event-action-service) |
| Context Event Service | Implements the maintenance of [context events](/conepts/context-event). | [Further Information](/concepts/context-event-service) |
| Repository Governance Service | Maintains information about the status and content of the open metadata repositories. | [Further Information](/concepts/repository-governance-service) |
| Configuration Document Store | Persists the [configuration document](/concepts/configuration-document/#storage) for an OMAG Server. | [Further Information](/concepts/configuration-document-store-connector) |
| Platform Security Connector | Manages [service authorization](/features/metadata-security) for the OMAG Server Platform. | [Further Information](/concepts/platform-metadata-security-connectors/) |
Expand Down
18 changes: 18 additions & 0 deletions site/docs/concepts/contexrt-event-service.md
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"
27 changes: 27 additions & 0 deletions site/docs/concepts/context-event-engine.md
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"
2 changes: 2 additions & 0 deletions site/docs/concepts/context-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ hide:

A *Context Event* describes an event in time. It may be a moment in time or a time period. It is used to explain anomalies or changes in data or activities. It is also used to provide scope and timelines to projects and other activities.

Context Events are supported by the [Context Event Framework (CEF)](/frameworks/cef/overview)

--8<-- "snippets/abbr.md"
27 changes: 0 additions & 27 deletions site/docs/concepts/event-action-engine.md

This file was deleted.

18 changes: 0 additions & 18 deletions site/docs/concepts/event-action-service.md

This file was deleted.

Loading

0 comments on commit ea383b2

Please sign in to comment.