Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.05 KB

Elasticsearch Workshop

One Day workshop on understanding Elasticsearch

Prerequisite

Any Linux machine 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