Bulk import data into Elasticsearch

InstructorWill Button

Share this video with your friends

Send Tweet

Elasticsearch has a rich set of APIs for adding data to an index but for loading massive amounts of data, you’ll find the bulk interface much more efficient and performant. In this lesson you will learn how to format your data for bulk loading, add data via the bulk endpoint with curl, and add data via the bulk endpoint using the elasticsearch npm client.

Fisker Karma
~ 5 years ago

I thought I got an idea of how to work with elastic search and began working on a project, I need to add loads of data from Kaggle to my local endpoint localhost:9200 - but I do not know how to do it. I have set up elaticsearch locally but I need help with next steps. Elasticsearch documentation is very confusing. Please guide me to the right direction.