Question
Evoke Technologies
IN
Last activity: 4 Mar 2024 11:02 EST
Data Migration and Manipulation
We are working on an internal POC and looking for suggestions.
We need to migrate data from one of our internal Pega Application to another similar Pega environment. We were able to copy the data from one environment to another without any issues. The total amount of data is around 10 million.
Once the data is copied we need to manipulate few important attributes based upon business rules which is available outside of Pega application. For example if the Customer name is "John", then we pass this value to the external system which will convert "John" to "TestUser1" and this values needs to be saved back in Pega application.
Looking for suggestions on how to achieve this requirement effectively.
If we are creating activities/batch job then we need to loop through all 10 million records, call the business rules from the exposed services within the external system for data manipulation and then save to our Pega database which does not seems to be feasible option considering the amount of data.
Any suggestions or design approach will be really appreciated.