Skip to content

OpenDataPushService

DimaAy edited this page Aug 23, 2019 · 2 revisions

The service to push OpenData datasets and the real data.

Execution

To build the project and its test it is enough to run, from OpenDataPushService directory:

$ mvn clean install

On the other hand, to run and deploy the project:

$ mvn -Pdebug

Once started, the log files are available in the local target/logs directory.

The REST API documentation is available at http://localhost:8080/swagger-ui.html

Clone this wiki locally