Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.24 KB

Elasticsearch Workshop

Elasticsearch basic training is being provided here. Elasticsearch is a Java-based Apache Lucene-based distributed, open-source search and analytics engine. An extension of Search-Workshop1, this elasticsearch workshop.

Prerequisite

Any Linux machine(ubuntu is preferred) with following packages installed
  • git
  • python3.10
  • Docker
  • Docker Compose

What will you learn by the end of this workshop?

  • Introduction to Elasticsearch.
  • How schema/mapping works in ES.
  • Why and how to use nested objects in ES.
  • How to Load/Index data to ES.
  • How to read data from ES.

Schedule

Time Topics
09:00 - 9:15 Introduction
09:15 - 09:30 Introduction to Elasticsearch
09:30 - 10:15 Setting up ES
10:30 - 11:00 Interaction with ES
11:00 - 11:45 ES schema/mappings
12:00 - 01:00 Nested objects
01:00 - 02:00 Break
02:00 - 02:30 Loading data to ES
02:30 - 04:00 Running scripts
04:00 - 04:30 Q & A and Wrapping Up