Hello I fell parachute on a project that will use MongoDB and do the import of a base using PostgreSQL, this base possess several banks and has a total of 251 tables my questions are:
1 - From what I've studied so far in MongoDB relationships I have but only one document that brings all the information I need, ie in a product table where I have the vendor id and category id to export to mongo I would have to create a document with the product + vendor information + category information, correct?
2 - Is there any program that exports these data to the mongo and generates the document with all the information I need?