Skip to content

Running the API

Filipe Simões edited this page Sep 14, 2020 · 4 revisions

Running from a jar

The API uses Spring Boot and Swagger to provide HTTP API interface so it is possible to run directly from the released jar:

java -jar opendistro-impl.jar

Using the default development configuration the swagger ui should be running at localhost:8080/swagger-ui.html.

The configuration details can be found here.

Running from a docker image

Running using docker-compose