Hey team, we are using datahub but I have few ques...
# all-things-deployment
m
Hey team, we are using datahub but I have few questions: • is there a way to deploy datahub without elasticsearch? from the architecture I don’t think we use that feature in datahub, all we do is connect to db to see fetched data, which is only
SELECT
• does elasticsearch, kafka, postgres, system-update-job and no-code-migrations, cleanup job, restore indices job are mandatory as well, why? • with version v0.10.3 I have removed schema-registry from deployment and using kafka configs, is there something I should know doing this move?
a
Hi, you can replace certain containers with other services, but all are mandatory unless you want to ignore the UI
Could you elaborate on the schema registry question a little
m
What can I replace elasticsearch with? Because I tried running without it but gms is failing without it I do want to ignore the UI, can I use only datahub-gms and datahub-actions? Please ignore the schema-registry question, I found my answer and the question is wrong.