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

Fix broken links #891

Merged
merged 3 commits into from
Jan 30, 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
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"
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
Loading