This is a demo project to show how to combine elasticsearch with mongodb, using ETL.
Compile and restart the application
mvn clean package jetty:run
# Inject 10000 docs
curl http://127.0.0.1:8080/api/1/person/_init?size=10000
You can then access the application using your browser: http://127.0.0.1:8080/.