Comments - How do I connect to MongoDB with Connect engine? Could not find any doc.

9 years, 7 months ago Federico Razzoli

As far as I know, CONNECT has no native support for MongoDB (or any other NoSQL database). However, it has support for ODBC connections, so a sort of bridge between ODBC and MongoDB could do the trick.

Here is an ODBC driver for MongoDB: https://github.com/NYUITP/sp13_10g

I don't know if it is the only one, or if it is the best one. So I suggest you search for other alternatives too.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.