I have a task to import a csv file to mongoDB and SOLR. My initial thought was to read in the csv and do whatever parsing needs to be done and insert direct to mongodb, then tail the mongodb oplog and insert to rabbitmq, which would then feed to solr.
Currently it feeds fine to rabbitmq, but stalls when inserting to solr. Am i taking the correct approach? should i parse the csv to rabbitmq then feed to mongo and solr separately? or any other approach? thanks -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b89b6c07-be94-4477-8303-d35ac5561804%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
