Hi All, Could someone please confirm if ingestion ...
# ingestion
c
Hi All, Could someone please confirm if ingestion from Mongo DB is supported? if yes please help me with the respective YAML file thanks. could someone help me as this is important for us to proceed further. Thanks
m
@curved-crayon-1929: I'm not aware of MongoDB support yet. @incalculable-ocean-74010 is working on a Druid integration here: https://github.com/linkedin/datahub/pull/2235 You can replicate that approach for Mongo.
i
Not sure if it will be trivial. What I did was use the Python 2.0 DB API spec for druid and wrap that in the objects that the metadata ingestion framework works in. Very similar to Postgres or even Hive. Mongo being a non-relational database may require a different approach
b
we need mongo 🙂 !!
m