/ELK-2

Learning CRUD in Elastic way !

This repository contains self-contained examples of Elastic Search.

Table of Contents


  • REST Client implementation in Java to communicate with Elastic Server. [Source Code]
    • Download ElasticSearch and extract its contents. image
    • Execute Elastic Search: image image
    • To re-check if Elastic Server is Up and Running: image
    • Test the same on POSTMAN. image
    • INSERT Operation: image image image image
    • UPDATE Operation: image image
    • SEARCH Operation [For All Values]:
      image
    • [WAY#1]
      image
    • [WAY#2]
      image
    • [WAY#3]
      image image
    • DELETE Operation:
      image