Elasticsearch and your Web App

By Jay Miller

Elevator Pitch

There are a few different ways for you to get data into and out of Elasticsearch from your web app. This talk will explain the differences in data storage methods and provide some simple guidance on CRUD actions from your web apps.

Description

Elasticsearch is designed to give you options when it comes to making your data searchable. These options extend beyond the search process and include how you get your data into the system. This talk will show a few ways that you can get your data into Elasticsearch from offload the process to other systems or integrating it directly into your models.

Notes

I work for Elastic as a developer advocate and use Python primarily in my work with data and Elasticsearch.