Has anyone integrated ES with mongodb. I would really appreciate if
you share your experience and how you have done it.
I am exploring options to use ES for full text search for some of my
data stored in Mongo.
Is there any easy way to update ES indexes as and when mongodb gets
updated? Just so that I can avoid duplicating the data.
There were some questions about it some time ago, maybe people who have
done it can jump in. The way that I see it, you will need to integrate the
sync between the two on the client side. For example, everytime you change
something on mongo, apply the same change to ES (either directly or through
a message queue).
I don't see a way that ES can do it automatically by querying mongo (as
it does with couchdb and the _changes stream). But, if someone has an idea,
I would be happy to hear it and maybe we can implement it.
Has anyone integrated ES with mongodb. I would really appreciate if
you share your experience and how you have done it.
I am exploring options to use ES for full text search for some of my
data stored in Mongo.
Is there any easy way to update ES indexes as and when mongodb gets
updated? Just so that I can avoid duplicating the data.
There were some questions about it some time ago, maybe people who have
done it can jump in. The way that I see it, you will need to integrate the
sync between the two on the client side. For example, everytime you change
something on mongo, apply the same change to ES (either directly or through
a message queue).
I don't see a way that ES can do it automatically by querying mongo (as
it does with couchdb and the _changes stream). But, if someone has an idea,
I would be happy to hear it and maybe we can implement it.
Has anyone integrated ES with mongodb. I would really appreciate if
you share your experience and how you have done it.
I am exploring options to use ES for full text search for some of my
data stored in Mongo.
Is there any easy way to update ES indexes as and when mongodb gets
updated? Just so that I can avoid duplicating the data.
There were some questions about it some time ago, maybe people who have
done it can jump in. The way that I see it, you will need to integrate the
sync between the two on the client side. For example, everytime you change
something on mongo, apply the same change to ES (either directly or through
a message queue).
I don't see a way that ES can do it automatically by querying mongo (as
it does with couchdb and the _changes stream). But, if someone has an idea,
I would be happy to hear it and maybe we can implement it.
Has anyone integrated ES with mongodb. I would really appreciate if
you share your experience and how you have done it.
I am exploring options to use ES for full text search for some of my
data stored in Mongo.
Is there any easy way to update ES indexes as and when mongodb gets
updated? Just so that I can avoid duplicating the data.
There were some questions about it some time ago, maybe people who have
done it can jump in. The way that I see it, you will need to integrate the
sync between the two on the client side. For example, everytime you change
something on mongo, apply the same change to ES (either directly or through
a message queue).
I don't see a way that ES can do it automatically by querying mongo
(as it does with couchdb and the _changes stream). But, if someone has an
idea, I would be happy to hear it and maybe we can implement it.
Has anyone integrated ES with mongodb. I would really appreciate if
you share your experience and how you have done it.
I am exploring options to use ES for full text search for some of my
data stored in Mongo.
Is there any easy way to update ES indexes as and when mongodb gets
updated? Just so that I can avoid duplicating the data.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.