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

I loaded the plugin, what's next? Could not find any docs/examples at all. Thanks in advance!

Answer Answered by Federico Razzoli in this comment.

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.

Comments

Comments loading...
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.