Skip to content

Commit

Permalink
Merge pull request #877 from mandy-chessell/dev-dojo
Browse files Browse the repository at this point in the history
Add file-types and deployed-implementation-types
  • Loading branch information
mandy-chessell committed Dec 20, 2023
2 parents 9ebc516 + 93af1df commit 6507741
Show file tree
Hide file tree
Showing 17 changed files with 446 additions and 189 deletions.
8 changes: 2 additions & 6 deletions site/docs/concepts/deployed-implementation-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ A *deployed implementation type* is a type of reference data that describes a cl
* [*CloudPlatform*](/types/0/0090-Cloud-Platforms-and-Services)
* [*ServerPurpose*](/types/0/0041-Server-Purpose)

## Examples of Deployed Implementation Types


## File Type

A *file type* is similar to *deployed implementation type*. It is a reference data value that that describes a type of file. It includes the file extension for the type of file to allow matching of a file's extension to a specific asset type. Again the file type links to templates and resources for processing files of this type.

The file type's *preferredValue* can be used to consistently populate the *fileType* attribute of [*DataFile*](/types/2/0220-Files-and-Folders) assets. This
--8<-- "snippets/content-packs/deployed-implementation-types.md"

--8<-- "snippets/abbr.md"
19 changes: 19 additions & 0 deletions site/docs/concepts/file-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
hide:
- toc
---

<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# File Type

A *file type* is similar to [*deployed implementation type*](/concepts/deployed-implementation-type). It is a reference data value that that describes a type of file. It links to reference data about the file extensions for the type of file to allow matching of a file's extension to a specific asset type. Again the file type may link to templates and resources for processing files of this type.

The file type's *preferredValue* can be used to consistently populate the *fileType* attribute of [*DataFile*](/types/2/0220-Files-and-Folders) assets. This acts as a logical file type.

## Examples of File Types

--8<-- "snippets/content-packs/file-types.md"

--8<-- "snippets/abbr.md"
5 changes: 4 additions & 1 deletion site/docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
- [Event](/concepts/basic-concepts/#event)

- [Cohort Events](/concepts/cohort-events)


- [Event Action Framework](/frameworks/eaf/overview)
- [Event Bus](/concepts/event-bus)
- [Event Broker](/concepts/basic-concepts/#event-broker)
- [Event Management Services Subsystem (OMRS)](/services/omrs)
Expand All @@ -132,6 +133,7 @@

- [omag.server.servername.config](/concepts/configuration-document)
- [servername.cohortname.registrystore](/connectors/runtime/file-cohort-registry-store-connector)
- [*.omarchive](/connectors/runtime/file-based-open-metadata-archive-store-runtime-connector)

- [Files Integrator OMIS](/services/omis/files-integrator/overview)
- [Framework Services](/services/#framework-services)
Expand All @@ -142,6 +144,7 @@
- [Open Integration Framework (OIF)](/frameworks/oif/overview)
- [Open Discovery Framework (ODF)](/frameworks/odf/overview)
- [Governance Action Framework (GAF)](/frameworks/gaf/overview)
- [Event Action Framework (EAF)](/frameworks/eaf/overview)


## G
Expand Down
8 changes: 8 additions & 0 deletions site/docs/concepts/omag-server-runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# OMAG Server Runtime

The *OMAG Server Runtime* provides a runtime process for a single [OMAG Server](/concepts/omag-server).

--8<-- "snippets/abbr.md"
11 changes: 11 additions & 0 deletions site/docs/concepts/service-url-marker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# Service URL Marker

The *Service URL Marker* identifies a specific Egeria service in a URL. This URL may be for a REST API call, or a documentation page.

The value used for each service can be retrieved via the [Platform Services](/services/platform-services/overview/#registered-services).


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

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6507741

Please sign in to comment.