Inspiration

Elasticsearch is a REST-based open-source search engine, and this project aims to open-source the important REST API which every elasticsearch developer needs in their day-to-day job, hence following the philosophy of the open-source community.

What it does

REST API samples for important elasticsearch API like indexing, analysis, various search APIs, aggregation API, and filtering APIs, using which one can build the complete search application.

How we built it

Postman collection to showcase the use-cases of all the earlier mentioned APIs.

Challenges we ran into

Use-case which is easy to explain and showcasing it using the best approach possible.

Accomplishments that we're proud of

Able to showcase maximum modern-day search engine feature by taking the IMDB movie dataset, which would help both new and experienced users building simple to advance search features on elasticsearch.

What we learned

A lot of knowledge on postman and working with APIs in a distributed team environment.

What's next for elasticsearch warriors

Include more advanced search features and help the community to understand them using simple to understand API, Also add few more admin APIs to manage the ES cluster effectively.

Built With

  • rest
Share this project:

Updates