Skip to content

Latest commit

 

History

History

elastic-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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"