Skip to content
Back to Blog An image depicting files flying from one computer screen to another
Data Migration

Interclypse Data Migration Framework

With this framework in place, we can assure the most accurate transfer of data to the new system with the least amount of errors.

Brian Walsh
Brian Walsh

Nov 20, 2024

Following the lessons learned in our previous article, here we’ll cover our tested plan to achieve a successful data migration (see previous article for more details). For highly complex migrations, we use the following framework:

  • The process should be its own micro-service/application within the existing Source Control Management (SCM) system for the project.

The Data Migration application should be treated like a production service

  • Ensure the application can track and compare each execution per environment. The process should be repeatable, scalable, and require no manual steps

We suggest the following Layers within the Data Migration application:

Blog Post Header_Data Migration

Connectors (Input/Output): These subsystems connect to external systems to read or write information via a web service call, reading a file, etc. They encapsulate any complex logic to authenticate with the external systems.

  • Logging should be included to ensure global monitoring of discrete migration executions.

Filters (Validation/Security): Filters are used to remove old, unused or invalid data as part of the data migration.

  • Logging at this level should include when unknown cases are found (You will not know until you find it via script execution) and invalid/Failed data (Is this something to remove from the new system or fix before migration?)

Transformer: This system layer converts the old data into the new data format. This should maintain versions of separate executions to ensure consistency and progress toward the end goal. Additional quality checks should occur at this layer to ensure that old data is converted properly.

  • Logging should be included to ensure global monitoring of discrete migration executions.

Auditor: This layer provides the final authority prior to transfer to the new system and performs logging for metrics and status.

 

With this framework in place, we can assure the most accurate transfer of data to the new system with the least amount of errors. In our next article, we will dig into the Data Migration Process including micro-services, API Keys, and what to do when your system fails.

Linkedin Profile image_Interclypse-01

Keep up with Interclypse

Subscribe to our monthly news letter and stay caught up with Interclypse as well as news from the Information Technology Industry.

Latest Articles

Interclypse Data Migration Framework

Interclypse Data Migration Framework

With this framework in place, we can assure the most accurate transfer of data to the new system with the least amount of errors.

Lessons Learned from Enterprise Data Migration

Lessons Learned from Enterprise Data Migration

Data Migration for enterprise systems requires planning, testing, automation, and coordination to be successful. Here are some lessons we'v...

Gamification in team dynamics

Gamification in team dynamics

By transforming work into an engaging and rewarding experience, you can fuel the team's passion for success. Here are some ideas to conside...