Week 9 at Rupeek
So this week, I started working upon the new requirement in data adapter service. So, since the record needs to be searched against phone number. So, we decided to follow the following approach:
1. Map pan number with phone number using files available in S3 bucket: To map pan number with phone number, we need to bulk download the files from S3 bucket.(past 6 months data)
2. Process the downloaded files and create csv for the resultant mapping.
3. Batch update records in db using that csv file.
After few researches, got the approach for downloading bulk files from s3 bucket using terminal command, but that was for single day itself
After this, I worked upon forming csv files for the single day downloads. I made a separate project for the same. I worked on handling edge cases, null checks, etc
After this, I worked on updated heimdall side API contracts documentation.
So, this was mostly this week.
Comments
Post a Comment