Skip to content

metronconsulting/mysql2mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL to MongoDB importer

Work based on http://code.google.com/p/php-sql-parser/

The scripts are using simple relational to non-relational (r2n) mapping mechanism that should let you automatically convert Your MySQL database into MongoDB set of collections.

Prerequest :

  1. Install node.js

Used NPM Modules :

  1. mysql
  2. mongodb
  3. express
  4. ejs
  5. body-parser

Steps to run :

  1. Clone/download the code and put it into local drive (e:/mysql2mongo)
  2. Goto particular folder (cd mysql2mongo)
  3. Use node command to run (node server.js)
  4. Goto browser and type http://localhost:2000
  5. Follow the wizard and finish it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •