An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
How are you planning to use this mongo db data? Is it just to read final processing results?
To read the data and convert to an ExampleSet will be suitable for you? Nevertheless, you can read the data from mongodb to csv, using this application:
Just to clarify mbeckmann's answer, you can run the linked tool with RapidMiner's Execute Program operator, and then read the resulting CSV file with Read CSV. To my knowledge there is no usable JDBC driver for monbodb, so that is probably the best solution.
As of now Radoop is offered as a licensed product only. You can request a trial of 15 days from your Rapidminer Contact to try it our. Message me privately if you need assistance finding your Rapidminer Contact
How are you planning to use this mongo db data? Is it just to read final processing results?
To read the data and convert to an ExampleSet will be suitable for you? Nevertheless, you can read the data from mongodb to csv, using this application:
http://docs.mongodb.org/manual/reference/program/mongoexport/
After to be converted to CSV, Rapidminer is able to deal with this. You can automate everything with a run script and read csv operators.
Best Regards,