Search code examples
node.jsmongodbelasticsearchelasticsearch-mongo-rivermongoosastic

Elasticsearch and MongoDB with nodejs


While implementing elasticsearch with mongodb and nodejs, I am using mongoosastic and elmongo module. These are working very well. But I just want to find out what is the advantage of using mongo-river plugin over node modules. And Is it necessary to use replica set when using river?

Thanks in advance


Solution

  • Use mongo-connector instead. you can learn more about mongo-connector in my blog. here is the link