Reads test.csv file located on /resources and retrieves useful information from it.
Endpoints | Description |
---|---|
localhost:8080/per-day | Sum of amounts grouped by day |
localhost:8080/total | Total amount involved in the csv |
{
"Transaction_date":"1/2/09 6:17",
"Product":"Product1",
"Price":1200,
"Payment_Type":"Mastercard",
"Name":"carolina",
"City":"Basildon",
"State":"England",
"Country":"United Kingdom",
"Account_Created":"1/2/09 6:00",
"Last_Login":"1/2/09 6:08",
"Latitude":51.5,
"Longitude":-1.1166667
}
docker-compose up
Conduktor
to publish message to topic- App is subscribed to topic
other