diff --git a/site/docs/concepts/integration-daemon.md b/site/docs/concepts/integration-daemon.md index bd42594e39..091bd45986 100644 --- a/site/docs/concepts/integration-daemon.md +++ b/site/docs/concepts/integration-daemon.md @@ -14,7 +14,7 @@ Inside the integration daemon are one or more [Open Metadata Integration Service ## Integration connectors -The code that manages the specific APIs and formats of the third party technology is encapsulated in a special type of connector called an [integration connector](/connectors/integration-connector). +The code that manages the specific APIs and formats of the third party technology is encapsulated in a special type of connector called an [integration connector](/concepts/integration-connector). The specific interface that the integration connector needs to implement is defined by the [integration service](/services/omis). This interface enables the integration service to pass a context object to the connector before it is started. The context enables the connector to register a listener with the associated access service's [Out Topic](/concepts/out-topic), or call its REST API, or to push events to the access service's [In Topic](/concepts/in-topic). By default, the context uses the integration daemon's userId for requests to the access service which means that the metadata created by the integration connector will be credited to this user. If you want to use a different userId for metadata from each connector, the server's userId can be overridden in the connector's configuration. diff --git a/site/docs/content-packs/cim-content-pack/overview.md b/site/docs/content-packs/cim-content-pack/overview.md new file mode 100644 index 0000000000..e9fc533250 --- /dev/null +++ b/site/docs/content-packs/cim-content-pack/overview.md @@ -0,0 +1,10 @@ + + + +# Cloud Information Model (CIM) Content Pack + +The *CloudInformationModel* content pack is an extraction for a glossary for the Cloud Information Model's data model. It is created by processing glossary from the Cloud Information Model's [JSONLD formatted model](https://raw.githubusercontent.com/cloudinformationmodel/cloudinformationmodel/master/dist/model.jsonld). The content covers basic commerce concepts such as Party, Product, Invoice and Shipping. The cloud information project has been archived so there will be no further updates. However, it still provides a useful starter set glossary. + +This archive is available on GitHub as `CloudInformationModel.omarchive` at [https://github.com/odpi/egeria/blob/main/content-packs/CloudInformationModel.json](https://github.com/odpi/egeria/blob/main/content-packs/CloudInformationModel.json). It is also included in Egeria's standard `omag-server-platform` distribution built from the `egeria.git` repository. + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/content-packs/coco-content-pack/overview.md b/site/docs/content-packs/coco-content-pack/overview.md new file mode 100644 index 0000000000..5d3a166eb0 --- /dev/null +++ b/site/docs/content-packs/coco-content-pack/overview.md @@ -0,0 +1,23 @@ + + + +# Coco Pharmaceuticals Content Pack + +The *CocoComboArchive* supplies metadata to support the [Coco Pharmaceuticals scenarios](/practices/coco-pharmaceuticals/). It is a useful content pack to load when experimenting with Egeria's capabilities since it provides examples of many types of open metadata. In addition, this metadata is also available in the following archives that are used in the[Open Metadata Labs](/education/open-metadata-labs/overview/) where different subsets of this metadata are loading into each of the servers. + +* *CocoBusinessSystemsArchive* provides a catalog of the business systems and the lineage between them and the load of their data into the data lake. This archive simulates the type of metadata expected from an ETL tool suite. It is intended for **cocoMDS5** in the open metadata labs but can be used in any server. + +* *CocoOrganizationArchive* - provides the profiles, user identifies and team of the featured personas of Coco Pharmaceuticals. + +* *CocoClinicalTrialsTemplatesArchive* - provides the template assets used for onboarding weekly patient measurements during a clinical trial. + +* *CocoGovernanceProgramArchive* - provides the metadata to describe Coco Pharmaceuticals governance program. + +* *CocoGovernanceEngineDefinitionsArchive* - provides the metadata to describe Coco Pharmaceuticals three governance engines: `AssetGovernance`, `AssetDiscovery` and `AssetQuality`. + +* *CocoSustainabilityArchive* - provides the base definitions for Coco Pharmaceutical's sustainability initiative. + +* *CocoTypesArchive* - provides additional types for Coco Pharmaceuticals. These are `BiopsyScope` Enum, `BiopsyReport` Entity, `BiopsySupportingEvidence` Relationship and `ReviewedByClinicalTrials` Classification. + + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/content-packs/core-content-pack/overview.md b/site/docs/content-packs/core-content-pack/overview.md new file mode 100644 index 0000000000..899fff4fec --- /dev/null +++ b/site/docs/content-packs/core-content-pack/overview.md @@ -0,0 +1,9 @@ + + + +# Core Content Pack + +The *CoreContentPack* contains the connector definitions for the open connectors supplied in this distribution along with the valid metadata values for the technologies they support. This content pack is designed to provide a good starting point for a new Egeria deployment. It is loaded automatically in the *active-metadata-store* sample server. + + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/content-packs/index.md b/site/docs/content-packs/index.md new file mode 100644 index 0000000000..2bffc4696e --- /dev/null +++ b/site/docs/content-packs/index.md @@ -0,0 +1,6 @@ + + + +# Content Packs + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/content-packs/simple-content-pack/overview.md b/site/docs/content-packs/simple-content-pack/overview.md new file mode 100644 index 0000000000..8af7b7e42a --- /dev/null +++ b/site/docs/content-packs/simple-content-pack/overview.md @@ -0,0 +1,21 @@ + + + +# Simple Content Pack + +The *SimpleCatalog* provides an example of a database, an API and an event structure linked to a glossary term. +It is loaded automatically in the *simple-metadata-store* sample server. +SimpleCatalog is also supplied as four archives for use in a demo showing 4 metadata access servers connected together in a single cohort. +The archives are each loaded into a different server. +It is then possible to show how the cohort integrates metadata from different catalogs. +These archives are used in the *Development labs* which are part of the [Open Metadata Labs](/education/open-metadata-labs/overview/). + +* *SimpleAPICatalog* - API metadata typically found in an API catalog. + +* *SimpleDataCatalog* - Database metadata typically found in an Data catalog. + +* *SimpleEventCatalog* - Event metadata typically found in an API catalog. + +* *SimpleGovernanceCatalog* - A glossary term linked to metadata elements in the API, Event, Data catalogs. + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/content-packs/types-content-pack/overview.md b/site/docs/content-packs/types-content-pack/overview.md new file mode 100644 index 0000000000..2952f92bca --- /dev/null +++ b/site/docs/content-packs/types-content-pack/overview.md @@ -0,0 +1,8 @@ + + + +# Open Metadata Types Content Pack + +The *OpenMetadataTypes* contains all of the [open metadata type definitions](/types) provided by Egeria. It is supplied for external utilities since each [OMAG server](/concepts/omag-server) capable of being a [cohort member](/concepts/cohort-member) will load these types on start up. + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/guides/index.md b/site/docs/guides/index.md index 95bab2b8a4..d788c517b0 100644 --- a/site/docs/guides/index.md +++ b/site/docs/guides/index.md @@ -7,15 +7,17 @@ Egeria's guides provide practical guidance on different aspects of using Egeria --8<-- "snippets/getting-started.md" -* [Planning Guide](/guides/planning) - The planning guide describes how to plan your Egeria installation and the development of the metadata definitions that will drive its use. -* [Integration Guide](/guides/integration) - the integration guides describes how to set up integrations between Egeria and third party technologies. -* [Connector catalog](/connectors) - the connector catalog provides a list of connectors available for Egeria. -* [Developer Guide](/guides/developer) - the developer covers how to build connectors, utilities that call Egeria and open metadata archives. -* [Administration Guide](/guides/admin) - the administration guide describes how to configure the [OMAG Server Platform](/concepts/ompag-server-platform) and [servers](/concepts/omag-server) that run in it. +* [Planning Guide](/guides/planning) - The planning guide describes how to plan your Egeria installation and the development of the metadata definitions that will drive its use. Part of this planning process makes use of the following catalogs: + + * [Content Pack Catalog](/content-packs) - the content pack catalog provides detailed information about the content packs available for Egeria. These content pack provide metadata to bootstrap your deployment. + * [Connector Catalog](/connectors) - the connector catalog provides a list of connectors available for Egeria. + +* [Integration Guide](/guides/integration) - the integration guides describes how to set up integrations between Egeria and third party technologies. It also makes use of the content packs and connector catalogs. +* [Administration Guide](/guides/admin) - the administration guide describes how to mange Egeria's configuration. * [Migration Guide](/guides/migration/migrating-configuration-documents) - Egeria strives to maintain compatibility of APIs and file formats from release to release. The migration guide covers techniques to migrate aspects of Egeria where compatibility between releases was not possible.. * [Operations Guide](/guides/operations/overview) - Describes commands to control and monitor an Egeria deployment. * [Diagnostic Guide](/guides/diagnostic/overview) - Problem determination methods and guidance. -* [User Interfaces](/user-interfaces) - Details of Egeria's user interfaces. -* [Features](/features) - Provides a detailed guide to the features of Egeria. +* [Developer Guide](/guides/developer) - the developer covers how to build connectors, utilities that call Egeria, and open metadata archives. +* [Features](/features) - Provides a detailed guide to the governance features of Egeria. --8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/guides/planning/four-layers-of-choice.svg b/site/docs/guides/planning/four-layers-of-choice.svg new file mode 100644 index 0000000000..227e597473 --- /dev/null +++ b/site/docs/guides/planning/four-layers-of-choice.svg @@ -0,0 +1,4 @@ + + + +
Content Packs
Connectors
Configuration
Runtime Libraries
What you want to do
(use cases)
\ No newline at end of file diff --git a/site/docs/guides/planning/index.md b/site/docs/guides/planning/index.md index fc90555280..9e9dd73e69 100644 --- a/site/docs/guides/planning/index.md +++ b/site/docs/guides/planning/index.md @@ -1,18 +1,30 @@ - + # Planning Guide -The *Planning Guide* provides information to help you plan the deployment of Egeria in your organization. It is divided into two parts as follows: +Egeria is highly modular, allowing you to choose which parts to use as supplied, and which to remove, extend, or replace with something customized for your organization. +Typically, Egeria's function is broader than you need, at least initially, so often the challenge is to know which pieces you need to do the things you want to do, and what you can safely ignore. + +There are four types of "content" from Egeria that you need to consider: Content Packs, Connectors, Configuration and the Runtime Libraries. + +![Four layers of content](four-layers-of-choice.svg) + +* The *content packs* contain open metadata types and instances. Open metadata is used to define the people, processes, data and technology that make up your organization. These are all linked together and stored in a knowledge graph to show how they work together. Egeria's content packs provide sets of open metadata that provide basic definitions that help to bootstrap your knowledge graph. +* The *connectors* provide plugins into Egeria's runtime libraries that either connect to a specific technology to exchange metadata, or implement a specific governance action. Connectors are configured using open metadata and only run when they are explicitly activated. One of Egeria's content packs called *CoreContentPack.omarchive* includes the configuration for the [standard connectors included in Egeria](/connectors). +* The *configuration* controls the activation of Egeria's services in the runtime. Related services are grouped together into what are called [OMAG Servers](/concepts/omag-server) so they can be activated and deactivated together. Egeria's services are used to build out your knowledge graph. They can be called from the connectors, or other tools and technologies using Egeria's clients, or directly via the REST APIs. Managing configuration is described in the [Administration Guide](/guides/admin). +* The *runtime libraries* provide the services to manage the connectors and the knowledge graph. They are packaged into a choice of two runtimes. The [OMAG Server Platform](/concepts/omag-server-platform) is the typical runtime to use, particularly initially, since it can run all functions using multiple OMAG Servers and its configuration can be dynamically changed making it easy to experiment with different settings. The [OMAG Server Runtime](/concepts/omag-server-runtime) is a specialist runtime for a cloud-native deployment that only runs a single OMAG Server using a fixed configuration. The specific software services included in either runtime can be both removed or added at build time to allow you to fully customize Egeria's runtimes. + +The *Planning Guide* provides information to help you plan the deployment of Egeria in your organization. As a general rule of thumb, we suggest using the content as supplied and only customize it as you get more confident. To this end, when you build the main egeria repository ([egeria.git]()), it creates a distribution folder containing content packs, connectors, sample configuration and the runtime libraries along with `README.md` files describing how to use this content. The Egeria project also includes additional content, such as connectors, in other repositories that can be built and added to this distribution. The distribution also includes a Docker script file so that, once you have all of the content you need assembled, it can be turned into a docker container for deployment. Alternatively it can be run directly on a local machine running Linux or MacOS (bare metal). + + +The *Planning Guide* is divided into two parts as follows: * *Planning Deployment* focuses on the setting up of the Egeria software and its supporting technology - * [Planning Runtime](/guides/planning/runtime/overview) describes how to plan your Open Metadata and Governance (OMAG) platforms and servers. - * [Designing your security model](/guides/planning/security/overview) - * Planning User Interfaces describes how to plan for the two user interfaces that Egeria supplies. - - * General UI: TBA - * [Ecosystem UI](/user-interfaces/ecosystem/ecosystem-ui-planning) + * [Planning Runtime Deployment](/guides/planning/runtime/overview) describes how to design your Egeria runtime deployment. + * [Designing your security model](/guides/planning/security/overview) describes how to build a threat model for Egeria. + * [Planning User Interfaces](/guides/planning/user-interfaces) describes how to plan for the two user interfaces that Egeria supplies. * *Preparing Metadata Ecosystem* describes the types of metadata that should be populated in your open metadata ecosystem to allow it to operate effectively. diff --git a/site/docs/guides/planning/planning-guide.drawio b/site/docs/guides/planning/planning-guide.drawio new file mode 100644 index 0000000000..efa1eba062 --- /dev/null +++ b/site/docs/guides/planning/planning-guide.drawio @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/docs/guides/planning/user-interfaces/index.md b/site/docs/guides/planning/user-interfaces/index.md new file mode 100644 index 0000000000..b89d3ea882 --- /dev/null +++ b/site/docs/guides/planning/user-interfaces/index.md @@ -0,0 +1,14 @@ + + + +# User Interfaces + +Most users will work with Egeria's open metadata through their existing tools. These tools are integrated into the Open Metadata Ecosystem so that Egeria can add, update and delete appropriate content in these tools. Integrating tools into the open metadata ecosystem is described in the [Integration Guide](/guides/integration). + +There are, however, some specialist user interfaces provided to support functions that are unique to Egeria. + +* Egeria's [General User Interface](/user-interfaces/general/overview) makes use of Egeria's federated view of your organization's metadata to provide an enterprise asset catalog search and lineage viewer. This UI will aggregate search results from across the open metadata ecosystem. The aim is to show a complete, up-to-date picture. It may not operate as fast as a dedicated asset catalog that has been integrated into the open metadata ecosystem and is maintaining open metadata from Egeria in a local repository. +* Egeria's [Python widgets](/user-interfaces/python-widgets/overview) provide text-based displays of Egeria's runtime status, and displays of related metadata elements. They are aimed at a technical user who is working directly with Egeria and wishes to verify that something is either set up correctly or operating as expected. +* Egeria's [Explorers](/user-interfaces/brain-explorers/overview) provide a cloud-based graphical interface for exploring Egeria's [Open Metadata Type System](/types) and its [Content Packs](/content-packs). + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/types/1/0137-Actions.svg b/site/docs/types/1/0137-Actions.svg index 249bd92981..5381fba9b9 100644 --- a/site/docs/types/1/0137-Actions.svg +++ b/site/docs/types/1/0137-Actions.svg @@ -1,4 +1,4 @@ -
0137 - Actions for People
«entity»
ToDo
name : string
description : string
toDoType : string
creationTime : date
priority : int
dueTime : date
lastReviewTime : date
completionTime : date
status : ToDoStatus
«relationship»
ActionSponsor
*
*
«entity»
Referenceable
actionSponsor
trackedActions
«entity»
Actor
«relationship»
ActionAssignment
*
*
toDoList
assignedActors
«enumeration»
ToDoStatus
OPEN = 0
IN_PROGRESS = 1
WAITING = 2
COMPLETE = 3
ABANDONED = 99
0..1
actionSource
actions
*
«relationship»
ToDoSource
«entity»
Referenceable
«relationship»
ActionTarget
actionTargetName : string
status : ToDoStatus
startDate : date
completionDate : date
completionMessage : string
*
*
identifiedToDoActions
elementsToWorkOn
«entity»
Action
\ No newline at end of file +
0137 - Actions for People
«entity»
ToDo
name : string
description : string
toDoType : string
creationTime : date
priority : int
dueTime : date
lastReviewTime : date
completionTime : date
toDoStatus : ToDoStatus
«relationship»
ActionSponsor
*
*
«entity»
Referenceable
actionSponsor
trackedActions
«entity»
Actor
«relationship»
ActionAssignment
*
*
toDoList
assignedActors
«enumeration»
ToDoStatus
OPEN = 0
IN_PROGRESS = 1
WAITING = 2
COMPLETE = 3
ABANDONED = 99
0..1
actionSource
actions
*
«relationship»
ToDoSource
«entity»
Referenceable
«relationship»
ActionTarget
actionTargetName : string
toDoStatus : ToDoStatus
startDate : date
completionDate : date
completionMessage : string
*
*
identifiedToDoActions
elementsToWorkOn
«entity»
Action
\ No newline at end of file diff --git a/site/docs/types/1/area-1-collaboration.drawio b/site/docs/types/1/area-1-collaboration.drawio index 34bf699b5e..4fcdb722d8 100644 --- a/site/docs/types/1/area-1-collaboration.drawio +++ b/site/docs/types/1/area-1-collaboration.drawio @@ -1,6 +1,6 @@ - + - + @@ -902,7 +902,7 @@ - + @@ -918,7 +918,7 @@ - + @@ -1019,7 +1019,7 @@ - + diff --git a/site/docs/types/3/0370-Semantic-Assignment.svg b/site/docs/types/3/0370-Semantic-Assignment.svg index 636f391914..1e2a5715a0 100644 --- a/site/docs/types/3/0370-Semantic-Assignment.svg +++ b/site/docs/types/3/0370-Semantic-Assignment.svg @@ -1,4 +1,4 @@ - + -
0370 - Semantic Assignments%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3BorthogonalLoop%3D1%3BjettySize%3Dauto%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BendArrow%3Dnone%3BendFill%3D0%3BendSize%3D12%3BstrokeWidth%3D1%3B%22%20edge%3D%221%22%20source%3D%223%22%20target%3D%226%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BReferenceable%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d6b656%3Balign%3Dcenter%3BfillColor%3D%23fff2cc%3BgradientColor%3D%23ffd966%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22293%22%20y%3D%22-70%22%20width%3D%22240%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22401.5%22%20y%3D%2217%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22qualifiedName%20%3A%20string%26lt%3Bbr%26gt%3BadditionalProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3Bdiv%20style%3D%26quot%3Btext-align%3A%20left%26quot%3B%26gt%3B%26lt%3B%2Fdiv%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22293%22%20y%3D%22-20%22%20width%3D%22240%22%20height%3D%2239%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BGlossaryTerm%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%230e8088%3Balign%3Dcenter%3BfillColor%3D%23b0e3e6%3BgradientColor%3D%2300CCCC%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-10.25%22%20width%3D%22237%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22assignedElements%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22540%22%20y%3D%22-70%22%20width%3D%22110%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22540%22%20y%3D%22-40%22%20width%3D%2220%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22meaning%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22640%22%20y%3D%22-7%22%20width%3D%2260%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22680%22%20y%3D%2218.75%22%20width%3D%2220%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSemanticAssignment%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%230e8088%3Balign%3Dcenter%3BfillColor%3D%23b0e3e6%3BgradientColor%3D%2300CCCC%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-210%22%20width%3D%22237%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22description%20%3A%20string%26lt%3Bbr%26gt%3Bexpression%20%3A%20string%26lt%3Bbr%26gt%3Bstatus%3A%20TermAssignmentStatus%26lt%3Bbr%26gt%3Bconfidence%20%3A%20int%26lt%3Bbr%26gt%3BcreatedBy%20%3A%20string%26lt%3Bbr%26gt%3Bsteward%20%3A%20string%26lt%3Bbr%26gt%3Bsource%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-163.5%22%20width%3D%22237%22%20height%3D%22123.5%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BstrokeWidth%3D1%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20target%3D%2212%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22620%22%20y%3D%22-20%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22590%22%20y%3D%222.5%22%20as%3D%22targetPoint%22%2F%3E%3CArray%20as%3D%22points%22%3E%3CmxPoint%20x%3D%22670%22%20y%3D%22-40%22%2F%3E%3C%2FArray%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E
0370 - Semantic Assignments%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edge...
«entity»
Referenceable
«entity»...
«entity»
GlossaryTerm
«entity»...
assignedElements
assignedElements
*
*
meaning
meaning
*
*
«relationship»
SemanticAssignment
«relationship»...
description : string
expression : string
status: TermAssignmentStatus
confidence : int
createdBy : string
steward : string
source : string
description : string...
DISCOVERED = 0
PROPOSED = 1
IMPORTED = 2
VALIDATED = 3
DEPRECATED = 4
OBSOLETE = 5
OTHER = 99
DISCOVERED = 0...
«enumeration»
TermAssignmentStatus
«enumeration»...
Text is not SVG - cannot display
\ No newline at end of file +
0370 - Semantic Assignments%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3BorthogonalLoop%3D1%3BjettySize%3Dauto%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BendArrow%3Dnone%3BendFill%3D0%3BendSize%3D12%3BstrokeWidth%3D1%3B%22%20edge%3D%221%22%20source%3D%223%22%20target%3D%226%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BReferenceable%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d6b656%3Balign%3Dcenter%3BfillColor%3D%23fff2cc%3BgradientColor%3D%23ffd966%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22293%22%20y%3D%22-70%22%20width%3D%22240%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22401.5%22%20y%3D%2217%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22qualifiedName%20%3A%20string%26lt%3Bbr%26gt%3BadditionalProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3Bdiv%20style%3D%26quot%3Btext-align%3A%20left%26quot%3B%26gt%3B%26lt%3B%2Fdiv%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22293%22%20y%3D%22-20%22%20width%3D%22240%22%20height%3D%2239%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BGlossaryTerm%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%230e8088%3Balign%3Dcenter%3BfillColor%3D%23b0e3e6%3BgradientColor%3D%2300CCCC%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-10.25%22%20width%3D%22237%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22assignedElements%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22540%22%20y%3D%22-70%22%20width%3D%22110%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22540%22%20y%3D%22-40%22%20width%3D%2220%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22meaning%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22640%22%20y%3D%22-7%22%20width%3D%2260%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3Bresizable%3D0%3Bpoints%3D%5B%5D%3B%3Bautosize%3D1%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22680%22%20y%3D%2218.75%22%20width%3D%2220%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSemanticAssignment%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%230e8088%3Balign%3Dcenter%3BfillColor%3D%23b0e3e6%3BgradientColor%3D%2300CCCC%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-210%22%20width%3D%22237%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22description%20%3A%20string%26lt%3Bbr%26gt%3Bexpression%20%3A%20string%26lt%3Bbr%26gt%3Bstatus%3A%20TermAssignmentStatus%26lt%3Bbr%26gt%3Bconfidence%20%3A%20int%26lt%3Bbr%26gt%3BcreatedBy%20%3A%20string%26lt%3Bbr%26gt%3Bsteward%20%3A%20string%26lt%3Bbr%26gt%3Bsource%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22700%22%20y%3D%22-163.5%22%20width%3D%22237%22%20height%3D%22123.5%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BstrokeWidth%3D1%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20target%3D%2212%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22620%22%20y%3D%22-20%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22590%22%20y%3D%222.5%22%20as%3D%22targetPoint%22%2F%3E%3CArray%20as%3D%22points%22%3E%3CmxPoint%20x%3D%22670%22%20y%3D%22-40%22%2F%3E%3C%2FArray%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E
«entity»
Referenceable
«entity»
GlossaryTerm
assignedElements
*
meaning
*
«relationship»
SemanticAssignment
description : string
expression : string
termAssignmentStatus: TermAssignmentStatus
confidence : int
createdBy : string
steward : string
source : string
DISCOVERED = 0
PROPOSED = 1
IMPORTED = 2
VALIDATED = 3
DEPRECATED = 4
OBSOLETE = 5
OTHER = 99
«enumeration»
TermAssignmentStatus
\ No newline at end of file diff --git a/site/docs/types/3/area-3-glossary.drawio b/site/docs/types/3/area-3-glossary.drawio index e90ca16e7f..eee639edb2 100644 --- a/site/docs/types/3/area-3-glossary.drawio +++ b/site/docs/types/3/area-3-glossary.drawio @@ -1,6 +1,6 @@ - + - + @@ -873,7 +873,7 @@ - + @@ -884,43 +884,41 @@ - + - + - + - + - + - + - + - - + + - + - - - - - + + + - + - + diff --git a/site/docs/types/5/0540-Data-Classes.svg b/site/docs/types/5/0540-Data-Classes.svg index 1f58242564..823aa35619 100644 --- a/site/docs/types/5/0540-Data-Classes.svg +++ b/site/docs/types/5/0540-Data-Classes.svg @@ -1,4 +1,4 @@ - + -
0540 - Data Classes
0540 - Data Classes
«entity»
DataClass
«entity»...
name : string
description : string
classCode : string
userDefined : boolean
namespace : string
specification : string
specificationDetails : map
dataType : string
defaultThreshold : float
example : string
name : string...
«entity»
Referenceable
«entity»...
«relationship»
DataClassHierarchy
«relationship»...
*
*
*
*
elementsAssignedToDataClass
elementsAssignedToDataClass
dataClassesAssignedToElement
dataClassesAssignedT...
«enumeration»
DataClassAssignmentStatus
«enumeration»...
DISCOVERED = 0
PROPOSED = 1
IMPORTED = 2
VALIDATED = 3
DEPRECATED = 4
OBSOLETE = 5
OTHER = 99
DISCOVERED = 0...
«relationship»
DataClassAssignment
«relationship»...
method : string
status : DataClassAssignmentStatus
partialMatch : boolean
confidence : int
threshold : float
valueFrequency : long
steward : string
source : string
method : string...
«relationship»
DataClassComposition
«relationship»...
position : int
minCardinality : int
maxCardinality : int
position : int...
superDataClass
superDataClass
0..1
0..1
*
*
subDataClasses
subDataClasses
*
*
*
*
madeOfDataClasses
madeOfDataClasses
partOfDataClasses
partOfDataClasses
Text is not SVG - cannot display
\ No newline at end of file +
0540 - Data Classes
«entity»
DataClass
name : string
description : string
classCode : string
userDefined : boolean
namespace : string
specification : string
specificationDetails : map
dataType : string
defaultThreshold : float
example : string
«entity»
Referenceable
«relationship»
DataClassHierarchy
*
*
elementsAssignedToDataClass
dataClassesAssignedToElement
«enumeration»
DataClassAssignmentStatus
DISCOVERED = 0
PROPOSED = 1
IMPORTED = 2
VALIDATED = 3
DEPRECATED = 4
OBSOLETE = 5
OTHER = 99
«relationship»
DataClassAssignment
method : string
dataClassAssignmentStatus : DataClassAssignmentStatus
partialMatch : boolean
confidence : int
threshold : float
valueFrequency : long
steward : string
source : string
«relationship»
DataClassComposition
position : int
minCardinality : int
maxCardinality : int
superDataClass
0..1
*
subDataClasses
*
*
madeOfDataClasses
partOfDataClasses
\ No newline at end of file diff --git a/site/docs/types/5/area-5-models-and-schema.drawio b/site/docs/types/5/area-5-models-and-schema.drawio index 9709593ac3..6aa0992596 100644 --- a/site/docs/types/5/area-5-models-and-schema.drawio +++ b/site/docs/types/5/area-5-models-and-schema.drawio @@ -1,6 +1,6 @@ - + - + @@ -2568,7 +2568,7 @@ - + @@ -2579,101 +2579,100 @@ - + - + - + - + - - + + - + - + - + - + - + - + - + - + - - + + - + - - + + - - + - + - - + + - + - + - + - + - + - + - + - + - + - + @@ -2681,16 +2680,16 @@ - - + + - - + + diff --git a/site/docs/user-interfaces/brain-explorers/overview.md b/site/docs/user-interfaces/brain-explorers/overview.md new file mode 100644 index 0000000000..a8856d4c0a --- /dev/null +++ b/site/docs/user-interfaces/brain-explorers/overview.md @@ -0,0 +1,8 @@ + + + +# Egeria Explorers + + + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/user-interfaces/index.md b/site/docs/user-interfaces/index.md index 4de2d922aa..a700c2934a 100644 --- a/site/docs/user-interfaces/index.md +++ b/site/docs/user-interfaces/index.md @@ -10,11 +10,14 @@ hide: Most metadata is created and used through the tools and platforms (third party technologies) that are integrated into the open metadata ecosystem. These third party technologies show the metadata that is stored in their own repositories. This could be metadata that has been created within the third party technology or metadata that has been added by the open metadata ecosystem. -Egeria adds two specialized user interfaces that view metadata across the open metadata ecosystem, irrespective of which technology originated it, or where it is stored. +Egeria adds the following specialized user interfaces that view metadata across the open metadata ecosystem, irrespective of which technology originated it, or where it is stored. -| User Interface Name | Description | -|--------------------------------------------------------|---------------------------------------------------------------------------------| -| [Egeria General UI](/user-interfaces/general/overview) | A user interface for searching and viewing metadata, including lineage. | -| [Egeria Ecosystem UI](/user-interfaces/ecosystem) | A user interface for editing metadata and managing the open metadata ecosystem. | +| User Interface Name | Description | +|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Egeria General UI](/user-interfaces/general/overview) | A user interface for searching and viewing asset metadata, including lineage. | +| [Egeria Python Widgets](/user-interfaces/python-widgets/overvew) | Simple text based displays that show either an aspect of Egeria's runtime status, or provide displays of related metadata elements. They are aimed at a technical user who is working directly with Egeria and wishes to verify that something is either set up correctly or operating as expected. | +| [Egeria Explorers](/user-interfaces/python-widgets/overview) | A cloud-based graphical interface for exploring Egeria's [Open Metadata Type System](/types) and its [Content Packs](/content-packs). | -These user interfaces are experimental and under constant development, and it is worthwhile to keep engaged with the community members that are developing them. \ No newline at end of file +These user interfaces are experimental and under constant development, and it is worthwhile to keep engaged with the community members that are developing them. + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/user-interfaces/python-widgets/overview.md b/site/docs/user-interfaces/python-widgets/overview.md new file mode 100644 index 0000000000..5bf05a3c1b --- /dev/null +++ b/site/docs/user-interfaces/python-widgets/overview.md @@ -0,0 +1,7 @@ + + + +# Python Widgets + + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 61c033ba72..2c9e5fe299 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -34,10 +34,17 @@ nav: - Language Translations: guides/planning/translations/overview.md - On-boarding Organization: guides/planning/organization/overview.md - Governance Program: guides/planning/governance-program/overview.md - - Integration: - - Integration Guide: - - Integration Guide: guides/integration/index.md - - Catalog Integration: guides/integration/types-of-metadata-repository.md + - Integration Guide: + - Integration Guide: guides/integration/index.md + - Catalog Integration: guides/integration/types-of-metadata-repository.md + - Catalogs: + - Content Pack Catalog: + - Content Pack Overview: content-packs/index.md + - Core Content Pack: content-packs/core-content-pack/overview.md + - Cloud Information Model: content-packs/cim-content-pack/overview.md + - Coco Pharmaceuticals: content-packs/coco-content-pack/overview.md + - Simple Catalog: content-packs/simple-content-pack/overview.md + - Open Metadata Types: content-packs/types-content-pack/overview.md - Connector Catalog: - Connector Overview: connectors/index.md - Secrets Store: @@ -110,33 +117,33 @@ nav: - Sample File OMRS Proxy Repository Connector: connectors/repository/file-sample-omrs-connector/overview.md - Repository proxy embedded repository: /connectors/repository/repository-proxy-embedded-repository - Lineage Warehouse (JanusGraph): connectors/governance-daemon/lineage-warehouse-janus-connector.md - - Developer Guide: - - Developer Guide: guides/developer/index.md - - Retrieving Metadata: guides/developer/finding-metadata/overview.md - - Building Archives: - - Content Packs: guides/developer/open-metadata-archives/creating-content-packs.md - - Governance Engine Packs: guides/developer/open-metadata-archives/creating-governance-engine-packs.md - - Open Metadata Types: guides/developer/open-metadata-archives/defining-new-types.md - - Building Utilities: guides/developer/building-utilities/overview.md - - Building Connectors: - - Survey Action Services: guides/developer/survey-action-services/overview.md - - Integration Connectors: guides/developer/integration-connectors/overview.md - - Governance Action Services: guides/developer/governance-action-services/overview.md - - Repository Governance Services: guides/developer/repository-governance-services/overview.md - - Open Discovery Services: guides/developer/open-discovery-services/overview.md - - Repository Connectors: guides/developer/repository-connectors/overview.md - - Runtime Connectors: - - Audit Log Destination: guides/developer/runtime-connectors/audit-log-destination-connector.md - - Cohort Registry Store: guides/developer/runtime-connectors/cohort-registry-store-connector.md - - Configuration Document Store: guides/developer/runtime-connectors/configuration-document-store-connector.md - - Open Metadata Archive Store: guides/developer/runtime-connectors/open-metadata-archive-store-connector.md - - Platform Metadata Security Connector: guides/developer/runtime-connectors/platform-metadata-security-connector.md - - Server Metadata Security Connector: guides/developer/runtime-connectors/server-metadata-security-connector.md - - Resource Connectors: - - New types of connectors: guides/developer/resource-connectors/overview.md - - Open Metadata Topic Connector: guides/developer/resource-connectors/open-metadata-topic-connector.md - - Javadoc: https://odpi.github.io/egeria/index.html - - Defining new open metadata types: guides/developer/open-metadata-archives/defining-new-types.md + - Developer Guide: + - Developer Guide: guides/developer/index.md + - Retrieving Metadata: guides/developer/finding-metadata/overview.md + - Building Archives: + - Content Packs: guides/developer/open-metadata-archives/creating-content-packs.md + - Governance Engine Packs: guides/developer/open-metadata-archives/creating-governance-engine-packs.md + - Open Metadata Types: guides/developer/open-metadata-archives/defining-new-types.md + - Building Utilities: guides/developer/building-utilities/overview.md + - Building Connectors: + - Survey Action Services: guides/developer/survey-action-services/overview.md + - Integration Connectors: guides/developer/integration-connectors/overview.md + - Governance Action Services: guides/developer/governance-action-services/overview.md + - Repository Governance Services: guides/developer/repository-governance-services/overview.md + - Open Discovery Services: guides/developer/open-discovery-services/overview.md + - Repository Connectors: guides/developer/repository-connectors/overview.md + - Runtime Connectors: + - Audit Log Destination: guides/developer/runtime-connectors/audit-log-destination-connector.md + - Cohort Registry Store: guides/developer/runtime-connectors/cohort-registry-store-connector.md + - Configuration Document Store: guides/developer/runtime-connectors/configuration-document-store-connector.md + - Open Metadata Archive Store: guides/developer/runtime-connectors/open-metadata-archive-store-connector.md + - Platform Metadata Security Connector: guides/developer/runtime-connectors/platform-metadata-security-connector.md + - Server Metadata Security Connector: guides/developer/runtime-connectors/server-metadata-security-connector.md + - Resource Connectors: + - New types of connectors: guides/developer/resource-connectors/overview.md + - Open Metadata Topic Connector: guides/developer/resource-connectors/open-metadata-topic-connector.md + - Javadoc: https://odpi.github.io/egeria/index.html + - Defining new open metadata types: guides/developer/open-metadata-archives/defining-new-types.md - Administration: - Administration Guide: guides/admin/index.md - Configure OMAG Server Platform: guides/admin/configuring-the-omag-server-platform.md @@ -168,7 +175,7 @@ nav: - Lineage Warehouse Services : guides/admin/servers/by-section/lineage-warehouse-services-section.md - Data Engine Proxy Services: guides/admin/servers/by-section/data-engine-proxy-services-section.md - Migration: guides/migration/migrating-configuration-documents.md - - Operations: + - Operations Guide: - Operate OMAG Server Platform: guides/operations/overview.md - Operate OMAG Server Runtime: guides/operations/operate-omag-server-starter.md - Egeria in Kubernetes: @@ -196,14 +203,9 @@ nav: - Metadata Access Server: guides/diagnostic/metadata-access-server-diagnostic-guide.md - User Interfaces: - User Interface overview: user-interfaces/index.md - - Egeria General User UI: user-interfaces/general/overview.md - - Egeria Ecosystem UI: - - Egeria Ecosystem UI Overview: user-interfaces/ecosystem/index.md - - Type Explorer (TEX): guides/ecosystem-ui/tex-user-guide.md - - Repository Explorer (REX): guides/ecosystem-ui/rex-user-guide.md - - Dynamic Operations (Dino): guides/ecosystem-ui/dino-user-guide.md - - Glossary author: guides/ecosystem-ui/glossary-author-user-guide.md - - Server author: guides/ecosystem-ui/server-author-user-guide.md + - General User UI: user-interfaces/general/overview.md + - Python Widgets: user-interfaces/python-widgets/overview.md + - Explorers: user-interfaces/brain-explorers/overview.md - Features: - Features Overview: features/index.md - Anchor Management: features/anchor-management/overview.md diff --git a/site/snippets/getting-started-text.md b/site/snippets/getting-started-text.md index e98703e24c..a2d842215d 100644 --- a/site/snippets/getting-started-text.md +++ b/site/snippets/getting-started-text.md @@ -16,7 +16,7 @@ See [Setting up IntelliJ to develop components for Egeria](https://egeria-projec * There is a *base* helm chart that includes a single [platform](/concepts/omag-server-platform) with a [metadata server](/concepts/metadata-access-store). This provides a simple way to experiment with Egeria's [APIs](/services) and [User Interfaces](/user-interfaces). Link to instructions for [starting the *base* helm chart](/guides/operations/kubernetes/charts/base). -* There is a *lab* help chart that provides a more complex multi-platform environment that is integrated with a variety of third party technologies. This chart is designed to support the [Open Metadata Labs](/education/open-metadata-labs/overview) which provide a rich set of demonstrations of many features of Egeria. The Open Metadata Labs are a good option if you would like a guided tour of Egeria. Link to instructions for [starting the *lab* helm chart](/guides/operations/kubernetes/charts/lab). +* There is a *lab* helm chart that provides a more complex multi-platform environment that is integrated with a variety of third party technologies. This chart is designed to support the [Open Metadata Labs](/education/open-metadata-labs/overview) which provide a rich set of demonstrations of many features of Egeria. The Open Metadata Labs are a good option if you would like a guided tour of Egeria. Link to instructions for [starting the *lab* helm chart](/guides/operations/kubernetes/charts/lab).