diff --git a/site/docs/templates/index.md b/site/docs/catalog-templates/index.md similarity index 55% rename from site/docs/templates/index.md rename to site/docs/catalog-templates/index.md index 0ad28398f7..12ee14c331 100644 --- a/site/docs/templates/index.md +++ b/site/docs/catalog-templates/index.md @@ -3,4 +3,9 @@ # Template Catalog -The template catalog provides descriptions of the [templates](/concepts/template) provided by Egeria, through the [Content Packs](/content-packs). \ No newline at end of file +The template catalog provides descriptions of the [templates](/concepts/template) provided by Egeria, through the [Content Packs](/content-packs). + +* [Templates for PostgreSQL](/catalog-templates/postgres-server-templates) +* [Templates for Unity Catalog](/catalog-templates/unity-catalog-templates) + +--8<-- "snippets/abbr.md" diff --git a/site/docs/templates/postgres-server-catalog-template.svg b/site/docs/catalog-templates/postgres-server-catalog-template.svg similarity index 100% rename from site/docs/templates/postgres-server-catalog-template.svg rename to site/docs/catalog-templates/postgres-server-catalog-template.svg diff --git a/site/docs/templates/postgres-server-template-in-use.svg b/site/docs/catalog-templates/postgres-server-template-in-use.svg similarity index 100% rename from site/docs/templates/postgres-server-template-in-use.svg rename to site/docs/catalog-templates/postgres-server-template-in-use.svg diff --git a/site/docs/templates/postgres-server-templates.md b/site/docs/catalog-templates/postgres-server-templates.md similarity index 93% rename from site/docs/templates/postgres-server-templates.md rename to site/docs/catalog-templates/postgres-server-templates.md index faec0d4586..ffefc08a9d 100644 --- a/site/docs/templates/postgres-server-templates.md +++ b/site/docs/catalog-templates/postgres-server-templates.md @@ -12,4 +12,7 @@ The postgreSQL Server templates are provided through the [Core Content Pack](/co ## The templates in use -![PostgreSQL template in use](postgres-server-template-in-use.svg) \ No newline at end of file +![PostgreSQL template in use](postgres-server-template-in-use.svg) + + +--8<-- "snippets/abbr.md" diff --git a/site/docs/templates/templates.drawio b/site/docs/catalog-templates/templates.drawio similarity index 100% rename from site/docs/templates/templates.drawio rename to site/docs/catalog-templates/templates.drawio diff --git a/site/docs/templates/unity-catalog-templates.md b/site/docs/catalog-templates/unity-catalog-templates.md similarity index 69% rename from site/docs/templates/unity-catalog-templates.md rename to site/docs/catalog-templates/unity-catalog-templates.md index 9dd91df5c7..bad2600a5d 100644 --- a/site/docs/templates/unity-catalog-templates.md +++ b/site/docs/catalog-templates/unity-catalog-templates.md @@ -3,4 +3,7 @@ # Unity Catalog Templates -The templates for Unity Catalog are supplied through the [Core Content Pack](/content-packs/core-content-pack/overview). \ No newline at end of file +The templates for Unity Catalog are supplied through the [Core Content Pack](/content-packs/core-content-pack/overview). + + +--8<-- "snippets/abbr.md" diff --git a/site/docs/concepts/placeholder.md b/site/docs/concepts/placeholder.md index 009f3fb288..2444c99961 100644 --- a/site/docs/concepts/placeholder.md +++ b/site/docs/concepts/placeholder.md @@ -72,7 +72,7 @@ Content-Type: application/json ``` Below is an outline of the default template for cataloguing a PostgreSQL Database Server. This is represented as a [SoftwareServer](/types/0/0040-Software-Servers) asset, in includes a linked [SoftwareCapability](/types/0/0042-Software-Capabilities) for the [database manager (DBMS)](/types/0/0050-Applications-and-Processes). There is also a [connection](/concepts/connection) linked from the asset to define how to create a connector to the PostgreSQL Database Server. Notice that throughout the template, there are placeholder properties: -![PostgreSQL Database Server Template](/templates/postgres-server-catalog-template.svg) +![PostgreSQL Database Server Template](/catalog-templates/postgres-server-catalog-template.svg) Below is an example of a call to create an asset using the template: @@ -99,7 +99,7 @@ Content-Type: application/json The picture below shows the resulting asset elements, linked back to the elements from the template using the [SourcedFrom](/types/0/0011-Managing-Referenceables). Notice how the `{{serverName}}` placeholder property is used in each element to create a unique qualifiedName. -![PostgreSQL Database Server Template in use](/templates/postgres-server-template-in-use.svg) +![PostgreSQL Database Server Template in use](/catalog-templates/postgres-server-template-in-use.svg) The placeholder properties can be used to make the templates easy to use, removing much of the repetitive creation of property values. The result is a consistent set of elements for the asset. diff --git a/site/docs/connectors/index.md b/site/docs/connectors/index.md index a748785af3..d158bbeab1 100644 --- a/site/docs/connectors/index.md +++ b/site/docs/connectors/index.md @@ -72,12 +72,12 @@ Files provide storage for many types of data. They are organizes into folders ( The Unity Catalog connectors provide a suite of function that integrates a Unity Catalog server into the open metadata ecosystem. -The [Unity Catalog Resource Connector](/connectors/unity-catalog/resource-connector) is a [digital resource connector](/concepts/digital-resource-connector) that acts as a Java client to the Unity Catalog Server REST API. It is used by the other Unity Catalog connectors. -The [Unity Catalog Server Synchronizer](/connectors/unity-catalog/sync-server-connector) is an [integration connector](/concepts/integration-connector) that exchanges details about the catalogs defined for a Unity Catalog Server. -The [Unity Catalog Inside Catalog Synchronizer](/connectors/unity-catalog/sync-catalog-connector) is an [integration connector](/concepts/integration-connector) that exchanges details about the resources (schemas, tables, volumes and functions) defined within a Catalog found in a Unity Catalog Server. -The [Unity Catalog Server Survey Service](/connectors/unity-catalog/server-survey-sevice) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Unity Catalog Server. -The [Unity Catalog Inside Catalog Survey Service](/connectors/unity-catalog/catalog-survey-sevice) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Catalog inside a Unity Catalog Server. -The [Unity Catalog Inside Schema Survey Service](/connectors/unity-catalog/schema-survey-sevice) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Schema inside a Unity Catalog Server. +* The [Unity Catalog Resource Connector](/connectors/unity-catalog/resource-connector) is a [digital resource connector](/concepts/digital-resource-connector) that acts as a Java client to the Unity Catalog Server REST API. It is used by the other Unity Catalog connectors. +* The [Unity Catalog Server Synchronizer](/connectors/unity-catalog/sync-server-connector) is an [integration connector](/concepts/integration-connector) that exchanges details about the catalogs defined for a Unity Catalog Server. +* The [Unity Catalog Inside Catalog Synchronizer](/connectors/unity-catalog/sync-catalog-connector) is an [integration connector](/concepts/integration-connector) that exchanges details about the resources (schemas, tables, volumes and functions) defined within a Catalog found in a Unity Catalog Server. +* The [Unity Catalog Server Survey Service](/connectors/unity-catalog/server-survey-service) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Unity Catalog Server. +* The [Unity Catalog Inside Catalog Survey Service](/connectors/unity-catalog/catalog-survey-service) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Catalog inside a Unity Catalog Server. +* The [Unity Catalog Inside Schema Survey Service](/connectors/unity-catalog/schema-survey-service) is a [Survey Action Service](/concepts/survey-action-service) that surveys the resources defined in a Schema inside a Unity Catalog Server. ### Apache Kafka diff --git a/site/docs/connectors/unity-catalog/catalog-survey-service.md b/site/docs/connectors/unity-catalog/catalog-survey-service.md index 7ad746ce74..391275f25c 100644 --- a/site/docs/connectors/unity-catalog/catalog-survey-service.md +++ b/site/docs/connectors/unity-catalog/catalog-survey-service.md @@ -3,4 +3,8 @@ # OSS Unity Catalog Inside Catalog Survey Service -Survey of a catalog within an OSS Unity Catalog Server. \ No newline at end of file +The Catalog Survey Service extracts information about the schemas, tables, functions and volumes managed in a specific catalog within an OSS Unity Catalog Server. + +![Connector Operation](catalog-survey-service.svg) + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/catalog-survey-service.svg b/site/docs/connectors/unity-catalog/catalog-survey-service.svg new file mode 100644 index 0000000000..5e1d767458 --- /dev/null +++ b/site/docs/connectors/unity-catalog/catalog-survey-service.svg @@ -0,0 +1,4 @@ + + + +
Engine Host
Survey Action OMES
Survey Action Engine
Unity Catalog Catalog
 Survey Service
Metadata Access Server
Stewardship Action OMAS
Read asset and
connection metadata
Build Survey Report
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/index.md b/site/docs/connectors/unity-catalog/index.md index 1e0fa0dee1..9f71ee3e64 100644 --- a/site/docs/connectors/unity-catalog/index.md +++ b/site/docs/connectors/unity-catalog/index.md @@ -100,7 +100,7 @@ The diagram below illustrates the mapping of the Unity Catalog metadata resource ![Type Mapping](unity-catalog-type-mapping.svg) -The templates that implement this mapping are described in [Unity Catalog Templates](/templates/unity-catalog-templates). +The templates that implement this mapping are described in [Unity Catalog Templates](/catalog-templates/unity-catalog-templates). ### Anchor design for Unity Catalog @@ -124,12 +124,12 @@ The connectors shipped with Egeria are as follows: | Connector Name | Connector Type | Purpose | |----------------------------------------------------------------------------------------------|--------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Unity Catalog Resource Connector](/connector/unity-catalog/resource-connector) | [Digital Resource Connector](/concepts/digital-resource-connector) | Provides wrapper around Unity Catalog's REST API. | -| [Unity Catalog Server Survey](/connector/unity-catalog/server-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Server. | -| [Unity Catalog Catalog Survey](/connector/unity-catalog/catalog-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Catalog. | -| [Unity Catalog Schema Survey](/connector/unity-catalog/schema-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Schema. | -| [Unity Catalog Server Synchronizer](/connector/unity-catalog/sync-server-connector) | [Integration Connector](/concepts/integration-connector) | Bootstraps the cataloguing of a Unity Catalog Server by retrieving the catalogs and configuring the Inside Catalog Connector (below). | -| [Unity Catalog Inside Catalog Synchronizer](/connector/unity-catalog/sync-catalog-connector) | [Integration Connector](/concepts/integration-connector) | Synchronizes the metadata describing a Unity Catalog Server's catalogs, schemas, tables, functions and volumes between Unity Catalog and the Open Metadata Ecosystem. | +| [Unity Catalog Resource Connector](/connectors/unity-catalog/resource-connector) | [Digital Resource Connector](/concepts/digital-resource-connector) | Provides wrapper around Unity Catalog's REST API. | +| [Unity Catalog Server Survey](/connectors/unity-catalog/server-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Server. | +| [Unity Catalog Catalog Survey](/connectors/unity-catalog/catalog-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Catalog. | +| [Unity Catalog Schema Survey](/connectors/unity-catalog/schema-survey-service) | [Survey Action Service](/concepts/survey-action-service) | Surveys the contents of a Unity Catalog Schema. | +| [Unity Catalog Server Synchronizer](/connectors/unity-catalog/sync-server-connector) | [Integration Connector](/concepts/integration-connector) | Bootstraps the cataloguing of a Unity Catalog Server by retrieving the catalogs and configuring the Inside Catalog Connector (below). | +| [Unity Catalog Inside Catalog Synchronizer](/connectors/unity-catalog/sync-catalog-connector) | [Integration Connector](/concepts/integration-connector) | Synchronizes the metadata describing a Unity Catalog Server's catalogs, schemas, tables, functions and volumes between Unity Catalog and the Open Metadata Ecosystem. | --8<-- "snippets/abbr.md" diff --git a/site/docs/connectors/unity-catalog/resource-connector.md b/site/docs/connectors/unity-catalog/resource-connector.md index 703cf125fb..7ed425bcfc 100644 --- a/site/docs/connectors/unity-catalog/resource-connector.md +++ b/site/docs/connectors/unity-catalog/resource-connector.md @@ -5,3 +5,4 @@ The *OSS Unity Catalog resource connector* provides a client wrapper to the Open Source version of Unity Catalog. It aims to provide a buffer to the integration connector and the survey service to protect them from changes to the unity catalog API (which are expected). +![Connector Operation](resource-connector.svg) \ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/resource-connector.svg b/site/docs/connectors/unity-catalog/resource-connector.svg new file mode 100644 index 0000000000..c90ae1b3f8 --- /dev/null +++ b/site/docs/connectors/unity-catalog/resource-connector.svg @@ -0,0 +1,4 @@ + + + +
Java Runtime
Unity Catalog 
Inside Catalog Synchronizer
Exchange
metadata
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/schema-survey-service.md b/site/docs/connectors/unity-catalog/schema-survey-service.md index 0c7469b32c..9ab33b0a5b 100644 --- a/site/docs/connectors/unity-catalog/schema-survey-service.md +++ b/site/docs/connectors/unity-catalog/schema-survey-service.md @@ -3,4 +3,8 @@ # OSS Unity Catalog Schema Survey Service -Survey of a schema within an OSS Unity Catalog Server. \ No newline at end of file +The Schema Survey Service extracts information about the tables, functions and volumes managed in a specific schema within an OSS Unity Catalog Server. + +![Connector Operation](schema-survey-service.svg) + +--8<-- "snippets/abbr.md" diff --git a/site/docs/connectors/unity-catalog/schema-survey-service.svg b/site/docs/connectors/unity-catalog/schema-survey-service.svg new file mode 100644 index 0000000000..4529d49880 --- /dev/null +++ b/site/docs/connectors/unity-catalog/schema-survey-service.svg @@ -0,0 +1,4 @@ + + + +
Engine Host
Survey Action OMES
Survey Action Engine
Unity Catalog Schema
 Survey Service
Metadata Access Server
Stewardship Action OMAS
Read asset and
connection metadata
Build Survey Report
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/server-survey-service.md b/site/docs/connectors/unity-catalog/server-survey-service.md index 4975f4d38a..6da9a400fc 100644 --- a/site/docs/connectors/unity-catalog/server-survey-service.md +++ b/site/docs/connectors/unity-catalog/server-survey-service.md @@ -3,4 +3,8 @@ # OSS Unity Catalog Server Survey Service -Survey for an instance of the OSS Unity Catalog Server to discover the list of catalogs it is managing. \ No newline at end of file +The Server Survey Service extracts information about the catalogs, schemas, tables, functions and volumes managed in a specific catalog within an OSS Unity Catalog Server. + +![Connector Operation](server-survey-service.svg) + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/server-survey-service.svg b/site/docs/connectors/unity-catalog/server-survey-service.svg new file mode 100644 index 0000000000..a4ebbea272 --- /dev/null +++ b/site/docs/connectors/unity-catalog/server-survey-service.svg @@ -0,0 +1,4 @@ + + + +
Engine Host
Survey Action OMES
Survey Action Engine
Unity Catalog Server
 Survey Service
Metadata Access Server
Stewardship Action OMAS
Read asset and
connection metadata
Build Survey Report
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/sync-catalog-connector.md b/site/docs/connectors/unity-catalog/sync-catalog-connector.md index 927e214fe8..d39f543b2c 100644 --- a/site/docs/connectors/unity-catalog/sync-catalog-connector.md +++ b/site/docs/connectors/unity-catalog/sync-catalog-connector.md @@ -1,4 +1,10 @@ -# OSS Unity Catalog (UC) Inside a Catalog Synchronizing Connector \ No newline at end of file +# OSS Unity Catalog (UC) Inside a Catalog Synchronizing Connector + +The Unity Catalog Inside Catalog Synchronizer Connector is an [integration connector](/concepts/integration-connector) that synchronizes metadata between catalogs in Unity Catalog and the open metadata ecosystem. If an element originates in Unity Catalog, the copy in open metadata is kept in sync with the unity catalog version and vice versa. + +![Connector Operation](sync-catalog-connector.svg) + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/sync-catalog-connector.svg b/site/docs/connectors/unity-catalog/sync-catalog-connector.svg new file mode 100644 index 0000000000..1dec4cca2a --- /dev/null +++ b/site/docs/connectors/unity-catalog/sync-catalog-connector.svg @@ -0,0 +1,4 @@ + + + +
Integration Daemon
Catalog Integrator OMIS
Unity Catalog 
Inside Catalog Synchronizer
Metadata Access Server
Asset Manager OMAS
Exchange
metadata
Exchange
metadata
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/sync-server-connector.md b/site/docs/connectors/unity-catalog/sync-server-connector.md index 5a2b850d3a..4c0c5949ec 100644 --- a/site/docs/connectors/unity-catalog/sync-server-connector.md +++ b/site/docs/connectors/unity-catalog/sync-server-connector.md @@ -3,7 +3,11 @@ # OSS Unity Catalog (UC) Server Synchronizing Connector -The *Unity Catalog OSS Synchronization Connector* exchanges metadata between the open-source version of Unity Catalog and the Open Metadata Ecosystem. +The *Unity Catalog OSS Synchronization Connector* is an [integration connector](/concepts/integration-connector) that exchanges metadata between the open-source version of Unity Catalog and the Open Metadata Ecosystem. Its work is scoped by the metadata collection that represents Unity Catalog. This is identified by the *metadataSourceQualifiedName* property in the connector's configuration. -It performs two passes each time it is called. \ No newline at end of file +It performs two passes each time it is called. + +![Connector Operation](sync-server-connector.svg) + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/sync-server-connector.svg b/site/docs/connectors/unity-catalog/sync-server-connector.svg new file mode 100644 index 0000000000..d30e960181 --- /dev/null +++ b/site/docs/connectors/unity-catalog/sync-server-connector.svg @@ -0,0 +1,4 @@ + + + +
Integration Daemon
Catalog Integrator OMIS
Unity Catalog Server Synchronizer
Metadata Access Server
Asset Manager OMAS
Exchange
metadata
Exchange
metadata
Unity Catalog
Catalog
Schema
Schema
Catalog
Schema
Schema
\ No newline at end of file diff --git a/site/docs/connectors/unity-catalog/unity-catalog.drawio b/site/docs/connectors/unity-catalog/unity-catalog.drawio index 1f0d3014a1..76990ab8b0 100644 --- a/site/docs/connectors/unity-catalog/unity-catalog.drawio +++ b/site/docs/connectors/unity-catalog/unity-catalog.drawio @@ -1,4 +1,4 @@ - + @@ -176,7 +176,7 @@ - + @@ -186,8 +186,8 @@ - - + + @@ -195,7 +195,7 @@ - + @@ -205,8 +205,8 @@ - - + + @@ -217,7 +217,7 @@ - + @@ -246,11 +246,11 @@ - - + + - - + + @@ -283,8 +283,8 @@ - - + + @@ -306,7 +306,7 @@ - + @@ -323,16 +323,16 @@ - + - + - + - + @@ -372,10 +372,10 @@ - + - + @@ -397,7 +397,7 @@ - + @@ -415,26 +415,26 @@ - + - + - + - + - + - - + + @@ -561,10 +561,10 @@ - + - + @@ -3191,4 +3191,648 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/docs/guides/catalogs/index.md b/site/docs/guides/catalogs/index.md index 3592c8b3db..ff4f2e306c 100644 --- a/site/docs/guides/catalogs/index.md +++ b/site/docs/guides/catalogs/index.md @@ -5,7 +5,7 @@ The Egeria project provides four types of content: Content Packs, Connectors, Configuration and Runtime Libraries. -* [Content Packs](/content-packs) provide open metadata types, [catalog templates](/concept/template), reference data, connector con and instances to kickstart your metadata projects. +* [Content Packs](/content-packs) provide open metadata types, [templates](/concepts/template), reference data, connector con and instances to kickstart your metadata projects. * [Connectors](/connectors) plug-into Egeria's runtimes to provide integration with a specific technology or to perform a specific governance action. * [Configuration](/guides/admin) controls which services are activated in Egeria's runtime. * [Runtime libraries](/services) provides the libraries that manage the open metadata and connectors. diff --git a/site/docs/services/governance-configuration-services.md b/site/docs/services/governance-configuration-services.md new file mode 100644 index 0000000000..f4c961d6a2 --- /dev/null +++ b/site/docs/services/governance-configuration-services.md @@ -0,0 +1,15 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/stable.md" + +# Governance Configuration Services + +The Governance configuration services are defined by the [Governance Action Framework (GAF)](/frameworks/gaf/overview). They are used to configure the governance servers. + +--8<-- "snippets/abbr.md" diff --git a/site/docs/services/open-governance-services.md b/site/docs/services/open-governance-services.md new file mode 100644 index 0000000000..89f271cd62 --- /dev/null +++ b/site/docs/services/open-governance-services.md @@ -0,0 +1,16 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/stable.md" + +# Open Governance Service + +The Open Governance Service is defined by the [Governance Action Framework (GAF)](/frameworks/gaf/overview) along with services that support the [Open Metadata Access Services (OMASs)](/services/omas). It supports the setting up of governance actions such as [governance action processes](/concepts/governance-action-process) and [governance action types](/concepts/governance-action-type), and the initiation of [engine actions](/concepts/engine-action) either directly or via a governance action process or governance action type. + + +--8<-- "snippets/abbr.md" diff --git a/site/docs/services/open-metadata-store.md b/site/docs/services/open-metadata-store.md new file mode 100644 index 0000000000..d027beca35 --- /dev/null +++ b/site/docs/services/open-metadata-store.md @@ -0,0 +1,15 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/stable.md" + +# Open Metadata Store Services + +Open Metadata Store is a generic metadata interface defined by the [Governance Action Framework (GAF)](/frameworks/gaf/overview). It provides base clients for services that are specialized by each [Open Metadata Access Services (OMASs)](/services/omas) to limit metadata access to its supported zones. + +--8<-- "snippets/abbr.md" diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 121bb38f06..a6b4794447 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -71,7 +71,7 @@ nav: - Unity Catalog Overview: connectors/unity-catalog/index.md - Call API: connectors/unity-catalog/resource-connector.md - Synchronize Server: connectors/unity-catalog/sync-server-connector.md - - Synchronize Catalog: connectors/unity-catalog/sync-server-connector.md + - Synchronize Catalog: connectors/unity-catalog/sync-catalog-connector.md - Survey Server: connectors/unity-catalog/server-survey-service.md - Survey Catalog: connectors/unity-catalog/catalog-survey-service.md - Survey Schema: connectors/unity-catalog/schema-survey-service.md @@ -123,12 +123,12 @@ nav: - SAS Viya: connectors/repository/sas-viya/overview.md - Hive Metastore (HMS): connectors/repository/hms/overview.md - Sample File OMRS Proxy Repository Connector: connectors/repository/file-sample-omrs-connector/overview.md - - Repository proxy embedded repository: /connectors/repository/repository-proxy-embedded-repository + - Repository proxy embedded repository: connectors/repository/repository-proxy-embedded-repository - Lineage Warehouse (JanusGraph): connectors/governance-daemon/lineage-warehouse-janus-connector.md - Template Catalog: - - Template Catalog Overview: templates/index.md - - Unity Catalog Templates: templates/unity-catalog-templates.md - - PostgreSQL Templates: templates/postgres-server-templates.md + - Template Catalog Overview: catalog-templates/index.md + - Unity Catalog Templates: catalog-templates/unity-catalog-templates.md + - PostgreSQL Templates: catalog-templates/postgres-server-templates.md - Developer Guide: - Developer Guide: guides/developer/index.md - Retrieving Metadata: guides/developer/finding-metadata/overview.md @@ -511,9 +511,9 @@ nav: - Platform Services: services/platform-services/overview.md - Server Operations: services/server-operations.md - Connected Asset Services: services/ocf-metadata-management.md - - Open Metadata Store Services: services/gaf-metadata-management.md - - Governance Configuration Services: services/gaf-metadata-management.md - - Open Governance Services: services/gaf-metadata-management.md + - Open Metadata Store Services: services/open-metadata-store.md + - Governance Configuration Services: services/governance-configuration-services.md + - Open Governance Services: services/open-governance-services.md - Open Integration Service: services/oif-metadata-management.md - Integration Daemon Services: services/integration-daemon-services.md - Engine Host Services: services/engine-host-services.md