/egeria-connector

Basis for a Future Data-Catalog Connector for Egeria

Primary LanguageJava

egeria-connector

egeria connector currently only supports getAssetInfo requests.

Quick Start

Build the server:

make build

Run the server:

make run

Send request to the server:

curl -X POST localhost:8080/getAssetInfo -d '{"assetID": "AssetID", "operationType": "read"}' -H "Content-type: application/json"   -H "X-Request-Datacatalog-Cred: QQQ"

Alternatively, catalog-connector-client can be used to send the requests.

Stop the server:

make terminate