Skip to content

Use case Description - Scenario 2 - Search analytics#

Use case description - Problem statement#

As data scientist, I need to extract and visualize insights from a document-based dataset to support reporting.

Use case goals#

  • Load the data
  • Provide a search engine tool to query the data
  • The search engine tool is accessed by the user through a UI
  • The search engine performances should be such that the user experience is smooth
  • The retrieved data should also include a relevant visualizations

Tools & capabilities#

To meet the use case goals, the following tools from the portal will be leveraged:

Tool Description Key capability
ElasticSearch Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. - Data load
- Provide a search engine tool

- Search engine performances

- Retrieve relevant data despite typos in the query keyword
Kibana Kibana is your window into the Elastic Stack. Specifically, it is a browser-based analytics and search dashboard for Elasticsearch. - Search dashboard for the search engine tool
- Relevant visualization for the data retrieved