I already have Kafka, MySQL, and Elasticsearch run...
# getting-started
b
I already have Kafka, MySQL, and Elasticsearch running for other purposes. Can anyone guide me on how to install Datahub using docker (or otherwise) and have it connect to these existing instances? I tried modding my docker-compose file; but keep running into an issue mentioned here without much success. So, I'm trying another route hoping for assistance.
q
I’ve only successfully done this with the QuickStart file so far but it’s on my list to get data hub built with a separate docker compose setup. None-the-less all I did was disable the MySQL container, remove anything that depended on it, and adjust the MySQL setup container accordingly and I was able to connect right up to my static db in another vm on the same network