Skip to content

nada969/Data-Migration-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transferring data between MongoDB (source) and PostgreSQL (destination).

App1:

  • loop for each collection:
  • loop for each Doc in this collection
    • insert the values into PostgreSQL tables(= this collection), doc(= column)

App2:

  • configuration JSON

About

Build a data migration tool to sync data between MongoDB (source) and PostgreSQL (destination).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages