Find more posts tagged with
Sort by:
1 - 4 of
41
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.
Best regards,
Marius
Best regards,
Marius
you can download Radoop for free now
https://my.rapidminer.com/nexus/account/index.html#downloads
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,