A Simple python Script to migrate data from MySQL to MongoDB with Mutlithreading
Find a file
2020-03-12 08:24:38 +05:30
LICENSE Initial commit 2014-12-29 12:13:59 +05:30
migrate.py Remove unnecessary functions 2014-12-31 11:15:22 +05:30
README.md Update README.md 2020-03-12 08:24:38 +05:30

Migrate-MySQL-to-MongoDB

A Simple python Script to migrate data from MySQL to MongoDB with Mutliprocessing

Author: Anirudh Parui (alwaysanirudh@gmail.com)
Date: Dec 11, 2014
Version: 1.0.1
Purpose: Migrate Products from MySQL to Mongo
Dependecies : python-pip , pymongo , mysqldb
apt-get install python-pip ; pip install pymongo;
apt-get install python-MySQLdb

NOTE: This script was developed for specific requirement. Please Modify it as per your requirement and use.