A collection of Elasticsearch examples and use cases; use as a reference or cheat sheet for working with python + elastic
- Connect to the Elastic server, create an index, add documents, run a simple query. notebook
- Loading data
- Using parallel_bulk
- Perform actions when ingesting data, for example an ingest pipeline adding a timestamp any time a document is updated. notebook