/mysql_to_mongo

MySQL databse to MongoDB migration

Primary LanguagePHPMIT LicenseMIT

This php script helps to migrate MySQL databse to MongoDB

## Steps
Steps to set variables in php script:
* First set all the mysql credentials in index.php file: hostname, username, password, database name and table name.
* If you want to fetch some specific fields then mention all the fields in $fields array.
* THat's it! Run index.php and you will get commands on screen. Copy-paste them in mongodb shell.


Developed by Harsh Doshi (hrs).