Back to Datahub

DataHub Generalized Metadata Store (GMS) Docker Image

docker/datahub-gms/README.md

1.7.0932 B
Original Source

DataHub Generalized Metadata Store (GMS) Docker Image

Refer to DataHub GMS Service to have a quick understanding of the architecture and responsibility of this service for the DataHub.

Other Database Platforms

While GMS defaults to using MySQL as its storage backend, it is possible to switch to any of the database platforms supported by Ebean.

For example, use Docker Compose profiles under docker/profiles/:

shell
# PostgreSQL instead of MySQL
./gradlew quickstartPgDebug

# Or directly with compose
cd docker/profiles && docker compose --profile quickstart-postgres up

See docker/profiles/README.md in the repository for all profile options.