Skip to content

DanMartins/DataManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataManager

Tools for data handling and management.

DOI

The SQL2Mongo script was written in Python to help with data migration from SQL to MongoDB. The use case is show in the figure below:

Fig.1

The input for the process is an SQL file extracted from the SQL database.

Here is the flowchart of the software process to migrate the data to MongoDB: Fig.2

I hope this tool can be helpful for you as it was for me. Enjoy!

Dan