- Using Micro service Start default Spring boot srever and call below given micro servcie controller
POST - http://localhost:8080/carta/trade/v1/jobs/processCustomer Body : { "filePath":"/Users/gauravtyagi/Downloads/Python/Java/CartaStockProcessing/src/main/resources/test.csv", "date" : "2019-01-01", "fraction" : 3 }
- Using public static void main class Run LocalRun class with below given args example - "/Users/gauravtyagi/Downloads/Python/Java/CartaStockProcessing/src/main/resources/test.csv" "2021-01-01" 3
#Note - Part Missing because of time
- Parllel processing
- Exception handling
- After batch load we need to validate if some record already process