Skip to content

Latest commit

 

History

History

reactive-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reactive elasticsearch

Spring boot application to perform CRUD operations in a reactive way
using elasticsearch

Running application

./mvnw spring-boot:run

Fetching the documents

curl -X GET "localhost:9200/sample/_search?pretty"

Delting the documents

curl -XDELETE http://localhost:9200/sample