fybrik / openmetadata-connector

Fybrik OpenMetadata Connector
Apache License 2.0
2 stars 7 forks source link

openmetadata-connector

Fybrik OpenMetadata Connector. Implements the Fybrik Data-Catalog specification.

Compiling and Running

The first time you wish to compile the OpenMetadata Connector, run:

make

make automatically generates prerequisite code and compile the connector.

The next times you want to compile, run:

make compile

To run the connector locally, run:

make run

make run runs the connector with the configuration file in conf/conf.yaml. This configuration assumes that OM is running on localhost and listening on port 8585. In addition, it assumes that Vault is running on localhost too and listening on port 8200. If that is not the case, change the configuration file or employ port-forwarding. The configuration file also contains a path to a JWT file which is used to identify against Vault.

Directory Structure