Skip to content

fybrik/catalog-connector-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catalog-connector-client

This is a client for communicating with Fybrik data catalog connector. It tests the validity of the connector response.

Requirements:

make
golang 1.19

Quick Start

Building the client:

make all

Running get asset request:

make run-read

Running create asset request:

make run-write

Client options:

Data catalog connector client

Usage:
  catalog-connector-client [flags]

Flags:
      --creds string             Credential path (default "/v1/kubernetes-secrets/my-secret?namespace=default")
  -h, --help                     help for catalog-connector-client
      --operation-type string    Request operation. valid options are get-asset or create-asset (default "get-asset")
      --request-payload string   Json file containing the payload of the request (default "resources/read-request.json")
      --url string               Catalog connector Url (default "http://localhost:8888")

About

A test client to validate/test Fybrik data catalog connector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published