How to use MongoDB in RapidMiner community version?


I need to use no-sql database MongoDB with RapidMiner. There is a connector for mongoDB in RapidMiner but only in the professional licensed version. Is there any MongoDB connector in Rapidminer community version?
Tagged:
0
Answers
Maybe ask RM for a trial licence of RM Studio professional &, if it proves worth it to your project upgrade to the full version?
Alternative options:
- You can also investigate calling MongoDb from groovy (Excute Script), Python or R.
- You can investigate using PostgreSQL as a database which has several features that Mongo has an can arguably run faster in many cases. http://www.enterprisedb.com/postgres-plus-edb-blog/marc-linster/postgres-outperforms-mongodb-and-ushers-new-developer-reality
I'd recommend the PostgreSQL route myself.https://github.com/citusdata/mongo_fdw
With that, you don't need to export your data to PostgreSQL, just define access rules ("Foreign Tables") for your MongoDB queries.
That's even the approach MongoDB uses with their BI Connector: https://www.mongodb.com/products/bi-connector (even if that connector is proprietary).
Great to know.
They can do amazing things.
Maybe one day there'll be a RapidMiner Foreign Data Wrapper for executing RapidMiner processes in the database. That would be really cool.
Dortmund, Germany
Not something that can be done by novice GUI users, probably.