mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-11 17:08:23 +00:00

bug(snappy): Make sure right snappy version is installed fix(docker): update Dockerize to version v0.9.3 fix(gms): fixes dgraph4j netty deps fix(docker): remove SGID on /home/datahub and /home/datahub-integration fix(datahub-actions): bump setuptools and wheel version fix(docker): update c-ares version fix(docker): datahub-actions addendum
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, you can run the following command to start a GMS that connects to a PostgreSQL backend.
(cd docker/ && docker-compose -f docker-compose.yml -f docker-compose.postgre.yml -p datahub up)
or a MariaDB backend
(cd docker/ && docker-compose -f docker-compose.yml -f docker-compose.mariadb.yml -p datahub up)