A RESTful Webservice, made with springframework, to work as an information provider for customer data from a DWH.
- Docker:
docker run -p 8083:8083 steffenkk/restservice
The RestService provides a convinient, programmatical Method to retrieve Cusomter Information from the Datawarehouse. To use it, just call a Get-Method with a valid Customer ID.
The Service runs on Port 8083 - this can be customized in the application.properties file.
- /customer?id=String
- /customer/transactions?id=String
- /customer/transactionspercategory?id=String
- /customer/segment?id=String
TODO: add Json here