I Have an image database that I want to search in ...
# ingestion
r
I Have an image database that I want to search in datahub. I have xml metadata about each image and am trying to find a way to ingest this so that it remains searchable (i.e. the tags are carried over) is there any guide on how to do this? We also have the ownership of the image database as well as the ownership of the individual images
e
Hey! I would suggest building a custom ingestion source! Here is a guide https://datahubproject.io/docs/how/add-custom-ingestion-source Also take a look at this doc on datasets in general! https://datahubproject.io/docs/generated/metamodel/entities/dataset It should help you develop that source!
Let us know if you have any questions!
r
Thanks @early-lamp-41924 I will let you know.