mardi 22 mars 2022

Which design pattern to use for pre-process process and post-process task

I am working on one migration engine to migrate data from older system to newer system. it is divided into 3 steps.

  1. first getting the data from older tables.
  2. prepare the request body to insert into new tables via APIs
  3. post processing steps.

Which design pattern to use here?

I was thinking of using builder pattern

Aucun commentaire:

Enregistrer un commentaire