I am working on one migration engine to migrate data from older system to newer system. it is divided into 3 steps.
- first getting the data from older tables.
- prepare the request body to insert into new tables via APIs
- post processing steps.
Which design pattern to use here?
I was thinking of using builder pattern
Aucun commentaire:
Enregistrer un commentaire