Skip to content

Basis for a Future Data-Catalog Connector for Egeria

Notifications You must be signed in to change notification settings

fybrik/egeria-connector

Repository files navigation

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

About

Basis for a Future Data-Catalog Connector for Egeria

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages