Skip to content

anasanjaria/incremental-db-service-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incrementally migrate from one database to another

There could be various reasons to migration from one database to another. For instance, cost reduction, performance optimization.

Migrating services in a production system could be challenging.

This project aims to show how to incrementally migration from one database to another.