Integrating ElasticSearch with MongoDB - mongo-connector vs. elasticsearch-river-mongodb
263 views
Skip to first unread message
wi...@agolo.com
unread,
Jun 8, 2015, 2:50:21 PM6/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Hi all,
Newbie on this mailing list, so please excuse me if I break any etiquette. My company is implementing a full text search engine to query our MongoDB database (let's just say it's a giant collection of textual documents). So far I've seen two libraries to accomplished this:
From my initial research, it seems that elasticsearch-river is more established, but is more resource-intensive, and don't have the official backing of 10gen like mongo-connector does. So I want to ask you guys:
If you have used either of those, how was your experience?
What package would you recommend?
Regards,
William
Stephen Dillon
unread,
Jun 8, 2015, 4:02:31 PM6/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
I've read, during a recent investigation to the ELK stack, that Rivers are deprecated. Just something to keep in mind. I've yet to attempt to integrate MongoDB and Elastic.