Search code examples
databasemongodbelasticsearchsearchdata-analysis

can we use elastic search on mongo DB?


As a Web Developer everyday we are hearing about new technologies, recently I came to know about Elastic Search it is used to analyze the big volumes of data. I've my data in Mongo DB weather it is possible to use elastic search on it.


Solution

  • MongoDB Atlas has a feature called 'Atlas Search', which implements the Apache Lucene engine. This could be a solution for your search requirements.

    See Atlas Search for details