πŸ”What is Elastic Search ?

Describe about What is Elastic Search ?

Elastic Search is kind of database that we can store , search and analyze the data. It's the one of Elastic Stack (Kibana, Log Stash) so It will have the feature to analyze and visualize in Kibana. For search query in Elastic Search It wll use http request from server to query it. For optimize search in your system you can use CQRS pattern with Elastic Search to have separate database for searching and use Projection to update the data.

Last updated