All the dataset resides in-memory.
The dataset was taken from www.kaggle.com To use this sample project you must download the winemag-data-130k-v2.json. In application.properties, under 'wine.data.file' property, you should insert the winemag-data-130k-v2.json location. Currently, only a small subset of the dataset is available on the resources folder.
http://localhost:8081/swagger-ui.html endpoint is also available.
Running on docker is easy:
mvn clean install
mvn spring-boot:build-image
finally: