1

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

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

link is broken. Also, try to summarize what is in that page , in case , the link is broken
0

River doesn't update in realtime, it reads oplogs from mongodb, and this can delay updates. The oplog has a finite capacity as a capped collection and when its full it works like a circular queue, replacing the oldest entries with new entries.

1 Comment

@ishakya I have one thing to share with you well could you lemme know how you did above one because i am unable to please update me regarding it Thanks With REgards

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.