ec-doris / kohesio-backend

APIs serving Kohesio's frontend
https://kohesio.ec.europa.eu
6 stars 2 forks source link

kohesio-backend

The kohesio backend contains a set offers the APIs to serve (https://kohesio.ec.europa.eu). It offers APIs to:

All REST API requests are transformed into SPARQL queries serving the requested content.

To run from cli:

mvn clean package
java -jar target/kohesio-backend-1.0-SNAPSHOT.jar

To run using docker: