Hi Everyone, If we want to replace datahub mysql c...
# getting-started
d
Hi Everyone, If we want to replace datahub mysql container with our company dba's mssql db or oracle db, how should we adjust 'quickstart.sh' script or other config file to achieve that ? Thanks!
e
you might be able to edit this config file to make a substitution like we make here for mariadb instead of mysql https://github.com/datahub-project/datahub/blob/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml#L130
Mind you I’m not sure if it would work
d
thanks! I will try