Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize connectors #898

Merged
merged 3 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 17 additions & 15 deletions site/docs/concepts/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,23 @@ The table below lists the different types of connectors supported by Egeria's se



| Type of Connector | Description | Documentation | Connector Catalog link |
| :-----------------------------| :---------- | :------------ | :---------------------- |
| Integration Connector | Implements metadata exchange with third party tools. | [Building Integration Connectors](/guides/developer/integration-connectors/overview) | [Integration Connector Catalog](/connectors/#integration-connectors) |
| Open Discovery Service | Implements automated metadata discovery.| [Building Open Discovery Services](/guides/developer/open-discovery-services/overview) | [Open Discovery Service Catalog](/connectors/#open-discovery-services) |
| Governance Action Service | Implements automated governance. | [Building Governance Action Services](/guides/developer/governance-action-services/overview) | [Governance Action Services Catalog](/connectors/#governance-action-services) |
| Archive Service | Maintains open metadata archives based in the content of the open metadata repositories. | [Building Archive Services](/guides/developer/archive-services/overview) | [Archive Service Catalog](/connectors/#archive-services) |
| Configuration Document Store | Persists the [configuration document](/concepts/configuration-document/#storage) for an OMAG Server. | [Building Configuration Document Store Connectors](/guides/developer/runtime-connectors/configuration-document-store-connector) | [Configuration Document Store Catalog](/connectors/#configuration-document-store-connectors) |
| Platform Security Connector | Manages [service authorization](/features/metadata-security) for the OMAG Server Platform. | [Building Platform Metadata Security Connectors](/guides/developer/runtime-connectors/) | [Platform Metadata Security Connector Catalog](/connectors/#platform-metadata-security-connectors) |
| Server Security Connector | Manages [service and metadata instance authorization](/features/metadata-security) for an OMAG Server. | [Building Server Metadata Security Connectors](/guides/developer/runtime-connectors/server-metadata-security-connector) | [Server Metadata Security Connector Catalog](/connectors/#server-metadata-security-connectors) |
| Open Metadata Archive Store | Reads an open metadata archive from a particular type of store. | [OMRS Open Metadata Archive Store Connector](/concepts/open-metadata-archive-store-connector) | [open-metadata-archive-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-archive-connectors){ target=gh } |
| Audit Log Store | Audit logging destination | [OMRS Audit Log Store Connector](/concepts/audit-log-store-connector) | [audit-log-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/repository-services-connectors/audit-log-connectors){ target=gh } |
| Cohort Registry Store | Local store of membership of an [open metadata repository cohort](/concepts/cohort-member). | [Building Cohort Registry Store Connectors](/guides/developer/runtime-connectors/cohort-registry-store-connector) | [cohort-registry-store-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/repository-services-connectors/cohort-registry-store-connectors){ target=gh } |
| Open Metadata Topic Connector | Sends and received events on a topic hosted by an external [event bus](/concepts/event-bus) such as Apache Kafka. | [Building Open Metadata Topic Connectors](/concepts/open-metadata-topic-connector) | [open-metadata- topic-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/event-bus-connectors/open-metadata-topic-connectors){ target=gh } |
| Metadata Collection (repository) Store | Interfaces with a metadata repository API for retrieving and storing metadata. | [OMRS Repository Connectors](/concepts/repository-connector)| [open-metadata-collection-store-connectors :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors){ target=gh } |
| Metadata Collection (repository) Event Mapper | Maps events from a third party metadata repository to open metadata events. | [OMRS Event Mappers](/concepts/event-mapper-connector) | none |
| Type of Connector | Description | Documentation |
|:----------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------|
| Digital Resource Connector | Wraps the standard API of a technology into a connector so it can be called in a standard way by other connectors, Egeria's runtimes, and applications. | [Further Information](/concepts/digital-resource-connector) |
| 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) |
| 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/) |
| Server Security Connector | Manages [service and metadata instance authorization](/features/metadata-security) for an OMAG Server. | [Further Information](/concepts/server-metadata-security-connector) |
| Open Metadata Archive Store | Reads an open metadata archive from a particular type of store. | [Further Information](/concepts/open-metadata-archive-store-connector) |
| Audit Log Store | Audit logging destination | [Further Information](/concepts/audit-log-store-connector) |
| Cohort Registry Store | Local store of membership of an [open metadata repository cohort](/concepts/cohort-member). | [Further Information](/concepts/cohort-registry-store-connector) |
| Open Metadata Topic Connector | Sends and received events on a topic hosted by an external [event bus](/concepts/event-bus) such as Apache Kafka. | [Further Information](/concepts/open-metadata-topic-connector) |
| Metadata Collection (repository) Store | Interfaces with a metadata repository API for retrieving and storing metadata. | [Further Information](/concepts/repository-connector) |
| Metadata Collection (repository) Event Mapper | Maps events from a third party metadata repository to open metadata events. | [Further Information](/concepts/event-mapper-connector) |



Expand Down
1 change: 0 additions & 1 deletion site/docs/concepts/digital-resource-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
##
!!! education "Further information"

- [Digital resource connector catalog](/connectors/#digital-resource-connectors).
- [Open Connector Framework (OCF)](/frameworks/ocf/overview).

---8<-- "snippets/abbr.md"
1 change: 0 additions & 1 deletion site/docs/concepts/integration-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

!!! education "Further information"

- [Integration connector catalog](/connectors/#integration-connectors).
- [Configuring an integration connector](/guides/admin/servers/by-section/integration-daemon-services-section).
- [Writing an integration connector](/guides/developer/integration-connectors/overview).
- [Open Connector Framework (OCF)](/frameworks/ocf/overview).
Expand Down
8 changes: 2 additions & 6 deletions site/docs/concepts/open-lineage-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ hide:
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project 2020. -->

# Lineage Warehouse
# Open lineage Server

The Lineage Warehouse is a [governance server](/concepts/governance-server)that manages a historical warehouse of lineage information.

![Lineage Warehouse](lineage-warehouse.svg)

Its behavior and configuration is described [in the administration guide](/guides/admin/servers/by-server-type/configuring-a-lineage-warehouse).
The Open Lineage Server was renamed to the [Lineage Warehouse](/concepts/lineage-warehouse) in V5.0 of Egeria.

--8<-- "snippets/abbr.md"
Loading
Loading