-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
- Loading branch information
1 parent
0129819
commit 6f6002a
Showing
17 changed files
with
414 additions
and
69 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
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
30 changes: 30 additions & 0 deletions
30
site/docs/connectors/resource/apache-atlas-rest-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,30 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# Apache Atlas REST Connector | ||
|
||
???+ info "Connector summary" | ||
- Connector Category: [Digital Resource Connector](/concepts/digital-resource-connector) | ||
- Source Module: [apache-atlas-rest-connector :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-implementation/adapters/open-connectors/system-connectors/apache-atlas-rest-connector){ target=gh }. | ||
- Jar File Name: `apache-atlas-rest-connector.jar` | ||
- Supported Asset Type: [SoftwareServer](/types/0/0040-Software-Servers) | ||
|
||
Apache Atlas has a REST API that allows external callers to query and create both | ||
types and instances. This connector provides a simple Java API to this REST API. | ||
It is written without any dependencies on Apache Atlas (or its associated Hadoop components) | ||
so it happily runs in the same version of Java as the rest of Egeria. | ||
|
||
This connector is used by other connectors from Egeria, and may also be used | ||
by components from outside Egeria. | ||
|
||
The values from the connection used by this connector are: | ||
|
||
* Connection.getUserId() and Connection.getClearPassword() for logging in to Apache Atlas. | ||
* Connection.getDisplayName() for the connector name in messages. | ||
* Connection.getEndpoint().getAddress() for the URL root (typically host and port name) of the Apache Atlas server. | ||
* Connection.getConfigurationProperties.get("atlasServerName") for the name of the Apache Atlas server to use in messages. | ||
|
||
|
||
|
||
|
||
--8<-- "snippets/abbr.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
4 changes: 4 additions & 0 deletions
4
.../education/tutorials/building-egeria-tutorial/omag-server-platform-assembly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.