How would I migrate my data catalog out of DataHub...
# getting-started
p
How would I migrate my data catalog out of DataHub and into another product? I hope I'll never need to do that, but suppose that I do. If there is documentation about this, please show me. I haven't found anything yet. I'm concerned about vendor lock-in, even with an open source product.
f
The underlying data is stored in an operational database (mysql I believe) and elastic search. So you could always migrate the data that way?
Alternatively you could keep datahub as your backend and build a custom frontend that’s querying the datahub backend. This gives you all the awesomeness of datahub but built for your use case more
p
Thanks!
m
Beyond just the MySQL dump, we'll soon release the ability to export your metadata into the DataHub standard metadata format (MCP-s), so you shouldn't need to worry about this in the future.
p
👍