Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB ETL (php/java...)

Is there an ETL for MongoDB ?...

like image 717
Omar Avatar asked Mar 26 '11 19:03

Omar


2 Answers

Pentaho Data Integration supports MongoDB (See the documentation http://wiki.pentaho.com/display/EAI/Pentaho+Data+Integration+Steps).

Similarly Talend supports MongoDB: https://github.com/adrien-mogenet/tMongoDBConnection

like image 52
Daniel Lemire Avatar answered Oct 17 '22 14:10

Daniel Lemire


For simple inserts of CSV documents I would suggest looking at the Mongo wiki page Import Export Tools.

For anything more complicated I'd suggest writing an ad-hoc script in the language you are most comfortable with.

like image 28
Justin Dearing Avatar answered Oct 17 '22 14:10

Justin Dearing