-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #891 from mandy-chessell/code2024
Fix broken links
- Loading branch information
Showing
22 changed files
with
389 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
site/docs/connectors/resource/avro-file-resource-connector.svg
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
site/docs/connectors/resource/basic-file-resource-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
19
site/docs/connectors/resource/basic-folder-resource-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
4 changes: 4 additions & 0 deletions
4
site/docs/connectors/resource/basic-folder-resource-connector.svg
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
19
site/docs/connectors/resource/csv-file-resource-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
19
site/docs/connectors/resource/data-folder-resource-connector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.