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

Clean up deprecated function #934

Merged
merged 2 commits into from
Jun 6, 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
7 changes: 7 additions & 0 deletions saved/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# Saved files

In V5.0 the code when through a simplification and a number of features were removed.
This directory contains the documentation from these capabilities in case we need to reinstate any of the modules in the future.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The module structure for the Asset Catalog OMAS is as follows:
* [asset-catalog-api](asset-catalog-api) supports the common Java classes that are used both by the client and the server.
* [asset-catalog-server](asset-catalog-server) supports the server side implementation of the access service.
This includes the
* interaction with the [administration services](../../admin-services) for
* interaction with the [administration services](../../../site/docs/services/admin-services) for
registration, configuration, initialization and termination of the access service.
* interaction with the [repository services](../../repository-services) to work with open metadata from the
[cohort](https://egeria-project.org/concepts/cohort-member).
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hide:

The **presentation server** is the reverse proxy that protects the open metadata ecosystem from the vagaries of external user traffic and hosts the static JavaScript that provides the [interactive browser-based user interface for Egeria](/user-interfaces/general/overview). It also routes calls to the REST API services running in a [view server](/concepts/view-server) to retrieve information and perform operations relating to open metadata.

![A presentation server in the open metadata ecosystem](view-server.svg)
![A presentation server in the open metadata ecosystem](../../site/docs/concepts/view-server.svg)

!!! education "Further information"
[Setting up the presentation server](/guides/admin/user-interfaces/configuring-the-presentation-server)
Expand Down
1 change: 0 additions & 1 deletion site/docs/concepts/asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Some examples:

| OMAS | Description |
|---|---|
| [Asset Catalog OMAS](/services/omas/asset-catalog/overview) | provides a search service for locating assets. |
| [Asset Consumer OMAS](/services/omas/asset-consumer/overview) | provides a service for accessing the content of an asset, extracting additional information that is known about the asset and providing feedback about the asset. It is designed for tools that consume assets to support the work of their users. These users can provide feedback on the asset description and the resource that it describes. |
| [Asset Manager OMAS](/services/omas/asset-manager/overview) | provides a service for exchanging metadata about assets and related information with a third party [asset manager](/concepts/server-capability). This API supports the many-to-many correlation of identifiers used in the third party asset manager and the open metadata ecosystem. |
| [Asset Owner OMAS](/services/omas/asset-owner/overview) | provides a service for the owner of an asset to classify and manage the asset, and understand how it is being used by the organization. |
Expand Down
1 change: 0 additions & 1 deletion site/docs/concepts/governance-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The table below shows the different types of governance servers and the OMASs th
|:----------------------------------------------------|:-------------------------------------------------------------------------|:---------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Integration Daemon](/concepts/integraition-daemon) | Manages the capture of metadata through configured integration services. | [Integration Daemon Services](/services/integration-daemon-services) | [Governance Server OMAS](/services/omas/governance-server/overview) provides support for retrieving governance engine definitions. The [integration services](../../integration-services) define the OMASs that support each type of integration connector. |
| [Engine Host](/concepts/engine-host) | Manages governance engines. | [Engine Host Services](/services/engine-host-services) | [Governance Server OMAS](/services/omas/governance-server/overview) provides support for retrieving governance engine definitions. The [engine services](../../engine-services) define the OMASs that support each type of governance engine. |
| [Data Engine Proxy](/concepts/data-engine-proxy) | Manages capture of metadata from a data engine. | [Data Engine Proxy Services](/services/data-engine-proxy-services) | [Data Engine OMAS](/services/omas/data-engine/overview) |
| [Lineage Warehouse](/concepts/lineage-warehouse) | Provides a historic reporting warehouse for lineage. | [Lineage Warehouse Services](/services/lineage-warehouse-services) | [Asset Lineage OMAS](/services/omas/asset-lineage/overview) |


Expand Down
5 changes: 0 additions & 5 deletions site/docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

- [Asset Catalog OMVS](/services/omvs/asset-catalog/overview)
- [Asset Consumer OMAS](/services/omas/asset-consumer/overview)
- [Asset Catalog OMAS](/services/omas/asset-catalog/overview)
- [Asset log Message](/concepts/asset-log-message)
- [Asset Manager](/concepts/software-capability/#asset-manager)
- [Asset Manager OMAS](/services/omas/asset-manager/overview)
Expand Down Expand Up @@ -78,8 +77,6 @@
- [Data Connector](/concepts/digital-resource-connector)
- [Data Discovery OMVS](/services/omvs/data-discovery/overview)
- [Data Domain](/concepts/subject-area)
- [Data Engine OMAS](/services/omas/data-engine/overview)
- [Data Engine Proxy](/concepts/data-engine-proxy)
- [Data Manager](/services/omas/data-manager/overview)
- [Data Manager OMAS](/services/omas/data-manager/overview)
- [Data Privacy OMAS](/services/omas/data-privacy/overview)
Expand Down Expand Up @@ -303,7 +300,6 @@
- [Platform Metadata Security Connector](/concepts/platform-metadata-security-connector)
- [Platform Security](/features/metadata-security/overview)
- [Platform URL Root](/concepts/platform-url-root)
- [Presentation Server](/concepts/presentation-server)
- [Project](/concepts/project)
- [Project Manager OMVS](/services/omvs/project-manager/overview)
- [Project Management OMAS](/services/omas/project-management/overview)
Expand Down Expand Up @@ -376,7 +372,6 @@
- [Stewardship Server](/concepts/engine-host)
- [Subject Area](/concepts/subject-area)
- [Subject Area Domain](/concepts/subject-area)
- [Subject Area OMAS](/services/omas/subject-area/overview)
- [Subsystem](/concepts/omag-subsystem)
- [Survey Report](/concepts/survey-report)
- [Survey Action Engine](/concepts/survey-action-engine)
Expand Down
3 changes: 1 addition & 2 deletions site/docs/concepts/omag-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ The types of OMAG Server are shown in Figure 1. The hierarchy groups similar typ
- [Repository Proxy](/concepts/repository-proxy) - acts as an open metadata translator for a third party metadata repository. It supports open metadata API calls and translates them to the proprietary APIs of the repository. It also translates events from the proprietary repository into open metadata events that flow over the cohort.
- [Conformance Test Server](/concepts/conformance-test-server) - validates that a member of the cohort is conforming with the open metadata protocols. This server is typically only seen in development and test cohorts rather than production.
- [View Server](/concepts/view-server) - manages specialist services for user interfaces.
- [Governance server](/concepts/governance-server) - supports the use of metadata in the broader IT landscape.
- [Governance Server](/concepts/governance-server) - supports the use of metadata in the broader IT landscape.
- [Engine Host](/concepts/engine-host) - provides a runtime for a specific type of [governance engine](/concepts/governance-engine) that runs [governance services](/concepts/governance-service) to monitor, enhance and govern the open metadata ecosystem.
- [Integration Daemon](/concepts/integration-daemon) - manages the synchronization of metadata with third party technology that can not call the access services directly. through the [integration services](/services/omis).
- [Data Engine Proxy](/concepts/data-engine-proxy) - supports the capture of metadata from a data engine. This includes details of the processing of data that it is doing which is valuable when piecing together lineage.
- [Lineage Warehouse](/concepts/lineage-warehouse) - Manages the collation of lineage information and maintains it in a format for reporting. This includes the state of the lineage at different points in time.

## Server connectivity
Expand Down
1 change: 0 additions & 1 deletion site/docs/concepts/subject-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ The effort required to author and maintain these definitions, plus the governanc
!!! education "Further information"

- [Governance Program OMAS](/services/omas/governance-program/overview/#subject-areas) provides support for the subject area definition and the ability to retrieve details of a subject area's materials.
- [Subject Area OMAS](/services/omas/subject-area/overview) supports the definition of glossary terms for subject areas.
- [Digital Architecture OMAS](/services/omas/digital-architecture/overview) supports the definition of reference data and quality rules for the subject area.
- [Asset Manager OMAS](/services/omas/asset-manager/overview) supports the exchange of subject area information with other catalogs and quality tools.
- [Common Data Definitions](/practices/common-data-definitions/overview) describes the management and use of subject areas.
Expand Down
2 changes: 1 addition & 1 deletion site/docs/concepts/types-of-omag-servers.svg

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/docs/concepts/view-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hide:

A *view server* is an [OMAG Server](/concepts/view-server) that hosts the REST API services to support a UI. These REST API services are called [Open Metadata View Services (OMVSs)](/services/omvs) and they are designed to support specific display paradigms needed by different types of UIs.

The view services are typically called by the [presentation server](presentation-server.md), but may also be used by third parties. The presentation server hosts the JavaScript that controls the browser display.
The view services are typically called by third parties.

![A view server in the open metadata ecosystem](view-server.svg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ The governance daemon connectors contain specialist connectors for the [governan
* The *Integration Connector* supports the ongoing exchange of metadata between open metadata and a third party technology. It runs in an [Integration Daemon](/concepts/integraiton-daemon).
* The *Governance Service* is a connector that runs in a [Governance Engine](/concepts/governance-service) hosted on the [Engine Host](/concepts/engine-host).
* The *Lineage Warehouse Connector* provides access to a specialist repository for managing lineage information extracted from the open metadata ecosystem. It runs in a [Lineage Warehouse](/concepts/lineage-warehouse).
* The *Data Engine Connector* extracts metadata from a data engine. It has been designed around the needs of IBM's DataStage ETL Engine. It runs in the [Data Engine Proxy](/concepts/data-engine-proxy).

Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,18 @@ In the `omag-server-platform` assembly, there is a jar file called `egeria-platf
```bash
Registered services
Data Manager OMAS: Capture changes to the data stores and data set managed by a data manager such as a database server, content manager or file system.
Subject Area OMAS: Document knowledge about a subject area
Glossary View OMAS: Support glossary terms visualization
Design Model OMAS: Exchange design model content with tools and standard packages
Security Officer OMAS: Set up rules and security tags to protect data
Asset Manager OMAS: Manage metadata from a third party asset manager
IT Infrastructure OMAS: Manage information about the deployed IT infrastructure
Data Science OMAS: Create and manage data science definitions and models
Community Profile OMAS: Define personal profile and collaborate
Data Engine OMAS: Exchange process models and lineage with a data engine
Discovery Engine OMAS: Support for automated metadata discovery engines
Digital Architecture OMAS: Design of the digital services for an organization
Asset Owner OMAS: Manage an asset
Stewardship Action OMAS: Manage exceptions and actions from open governance
Governance Program OMAS: Manage the governance program
Digital Service OMAS: Manage a digital service through its lifecycle
Asset Lineage OMAS: Store asset lineage
Asset Consumer OMAS: Access assets through connectors
Asset Catalog OMAS: Search and understand your assets
DevOps OMAS: Manage a DevOps pipeline
Software Developer OMAS: Interact with software development tools
Project Management OMAS: Manage governance related projects
Expand All @@ -112,26 +106,20 @@ In the `omag-server-platform` assembly, there is a jar file called `egeria-platf
Security Manager OMAS: Manages exchange of metadata with a security service
Governance Action OMES: Executes requested governance action services to monitor, assess and maintain metadata and its real-world counterparts.
Repository Governance OMES: Dynamically governance open metadata repositories in the connected cohorts.
Asset Analysis OMES: Analyses the content of an asset's real world counterpart, generates annotations in an open discovery report that is attached to the asset in the open metadata repositories.
Survey Action OMES: Analyses the content of an asset's real world counterpart, generates annotations in an open discovery report that is attached to the asset in the open metadata repositories.
Infrastructure Integrator OMIS: Exchange information relating to IT infrastructure such as hosts, platforms, servers, server capabilities and services.
Files Integrator OMIS: Extract metadata about files stored in a file system or file manager.
Topic Integrator OMIS: Exchange metadata with third party event-based brokers.
Security Integrator OMIS: Distribute security properties to security enforcement points.
API Integrator OMIS: Exchange metadata with third party API Gateways.
Search Integrator OMIS: Store metadata with a third party technology that is focused on search efficiency.
Lineage Integrator OMIS: Manage capture of lineage from a third party tool.
Database Integrator OMIS: Extract metadata such as schema, tables and columns from database managers.
Catalog Integrator OMIS: Exchange metadata with third party data catalogs.
Display Integrator OMIS: Exchange metadata with applications that display data to users.
Analytics Integrator OMIS: Exchange metadata with third party analytics tools.
Organization Integrator OMIS: Load information about the teams and people in an organization and return collaboration activity.
Glossary Author OMVS: View Service for glossary authoring.
Dynamic Infrastructure and Operations OMVS: Explore and operate an open metadata ecosystem.
Repository Explorer OMVS: Explore open metadata instances.
Glossary MAnager OMVS: Create glossary terms and organize them into categories as part of a controlled workflow process. It supports the editing glossary and multiple states.
Glossary Manager OMVS: Create glossary terms and organize them into categories as part of a controlled workflow process. It supports the editing glossary and multiple states.
My Profile OMVS: Manage information about the logged on user as well as their preferences.
Type Explorer OMVS: Explore the open metadata types in a repository or cohort.
Server Author OMVS: Author servers.
Glossary Browser OMVS: View glossary terms and categories within a glossary.
```
The registered are also retrieved through the [Platform Services](/services/platform-services/overview){ target=dojo-support } using the `getXXXServices` method as follows:
Expand Down
Loading
Loading