Sign inSign up

turingears/mysql2datacatalog

By turingears

•Updated over 2 years ago

MySQL metadata connector into Google Cloud Data Catalog

Image
Integration & delivery
Databases & storage
0

281

turingears/mysql2datacatalog repository overview

Requires a service account with the role “Data Catalog Admin”.

run the docker command in the same path where you saved your service account with the name key.json

docker run --rm --tty \
-v $(pwd):/data \
-e GOOGLE_APPLICATION_CREDENTIALS=/data/key.json \
--network host mysql2datacatalog \
--datacatalog-project-id=$MYSQL2DC_DATACATALOG_PROJECT_ID \
--datacatalog-location-id=$MYSQL2DC_DATACATALOG_LOCATION_ID \
--datacatalog-entry-group-id=$DATACATALOG_ENTRY_GROUP_ID \
--mysql-host=$MYSQL2DC_MYSQL_SERVER \
--mysql-user=$MYSQL2DC_MYSQL_USERNAME \
--mysql-pass=$MYSQL2DC_MYSQL_PASSWORD \
--mysql-database=$MYSQL2DC_MYSQL_DATABASE

Tag summary

Content type

Image

Digest

sha256:6d0157cf5…

Size

499.5 MB

Last updated

over 2 years ago

docker pull turingears/mysql2datacatalog