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
future-dog-77968
05/30/2023, 9:07 PM
The underlying data is stored in an operational database (mysql I believe) and elastic search. So you could always migrate the data that way?
future-dog-77968
05/30/2023, 9:08 PM
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
prehistoric-greece-5672
05/30/2023, 9:24 PM
Thanks!
m
mammoth-bear-12532
05/30/2023, 9:42 PM
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.