Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 952 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 952 Bytes

Simple ElasticSearch demo

This demo uses ElasticSearch as backend database. Service DataService implements CRUD access to documents in index.

Compile and Run

gradle clean build test

Install ElasticSearch and Kibana

See instructions how to install ElasticSearch and Kibana on localhost. The cheat-sheet describes most used commands.

Run integration tests

This project contains integration unit tests. An ElasticSearch instance is required to run on localhost before running integration tests.

gradle clean build test -Dtest.profile=integration
ES parameter Value
address "127.0.0.1"
port 9200
scheme "http"