Skip to content

Commit

Permalink
Merge pull request #891 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
mandy-chessell committed Jan 30, 2024
2 parents 0b1eafa + 2437952 commit 709d6b0
Show file tree
Hide file tree
Showing 22 changed files with 389 additions and 296 deletions.
2 changes: 1 addition & 1 deletion site/docs/concepts/governance-request-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Governance Request Type

The *governance request type* defines the descriptive name of a specific governance action that the organization wishes to run. It is passed to the activated [governance service](/concepts/governance-service) along with some request parameters (name-value pairs of properties) and its [action targets](/concepts/acton-target) when it starts. The governance request type, request parameters and action targets collectively instruct the governance service on the action to perform.
The *governance request type* defines the descriptive name of a specific governance action that the organization wishes to run. It is passed to the activated [governance service](/concepts/governance-service) along with some request parameters (name-value pairs of properties) and its [action targets](/concepts/action-target) when it starts. The governance request type, request parameters and action targets collectively instruct the governance service on the action to perform.

The governance request type is also used to identify which governance service to run. It is mapped to a [governance service](/concepts/governance-service) implementation along with an initial set of request parameters in a [governance engine definition](/concepts/governance-engine) as shown in Figure 1.

Expand Down
113 changes: 58 additions & 55 deletions site/docs/connectors/connector-catalog.drawio

Large diffs are not rendered by default.

This file was deleted.

19 changes: 19 additions & 0 deletions site/docs/connectors/resource/basic-file-resource-connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# Basic File Resource Connector

???+ info "Connector summary"
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector)
- Source Module: [basic-file-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/data-store-connectors/file-connectors/basic-file-connector){ target=gh }.
- Jar File Name: `basic-file-connector.jar`
- Supported Asset Type: [DataFile](/types/2/0220-Files-and-Folders)

The basic file resource connector provides support to read and write to a file using the Java File object.

![BasicFileConnector](basic-file-resource-connector.svg)




--8<-- "snippets/abbr.md"
19 changes: 19 additions & 0 deletions site/docs/connectors/resource/basic-folder-resource-connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# Basic Folder Resource Connector

???+ info "Connector summary"
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector)
- Source Module: [basic-file-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/data-store-connectors/file-connectors/basic-file-connector){ target=gh }.
- Jar File Name: `basic-file-connector.jar`
- Supported Asset Type: [FileFolder](/types/2/0220-Files-and-Folders)

The basic folder resource connector provides support to read and write the files in a folder (directory) using the Java File object.

![BasicFolderConnector](basic-folder-resource-connector.svg)




--8<-- "snippets/abbr.md"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions site/docs/connectors/resource/csv-file-resource-connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# CSV File Resource Connector

???+ info "Connector summary"
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector)
- Source Module: [csv-file-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/data-store-connectors/file-connectors/csv-file-connector){ target=gh }.
- Jar File Name: `csv-file-connector.jar`
- Supported Asset Type: [CSVFile](/types/2/0220-Files-and-Folders)

The CSV file resource connector provides support to read and write to a CSV file using the Java File object. It can extract the column headers, and retrieve/count the rows in the file.

![CSVFileConnector](csv-file-resource-connector.svg)




--8<-- "snippets/abbr.md"
19 changes: 19 additions & 0 deletions site/docs/connectors/resource/data-folder-resource-connector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Egeria project. -->

# Data Folder Resource Connector

???+ info "Connector summary"
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector)
- Source Module: [data-folder-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/data-store-connectors/file-connectors/data-folder-connector){ target=gh }.
- Jar File Name: `data-folder-connector.jar`
- Supported Asset Type: [DataFolder](/types/2/0220-Files-and-Folders)

The Data Folder resource connector provides support to read and write the files in a folder (directory) using the Java File object. The files are assumed to holder the records of a single data source represented by the folder.

![DataFolderConnector](data-folder-resource-connector.svg)




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

0 comments on commit 709d6b0

Please sign in to comment.