Skip to content

pgodel/mysql2mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

mysql 2 mongoDB convert script

Helps convert mysql tables into mongoDB collections.

Use

php mysql2mongodb.php localhost root pass dbname [table]

If table is not set, will convert all tables in database.

Requirements

  • PHP 5.x
  • mongo pecl extension

Known issues

TODO

  • Rewrite using a nice console library.

About

Converts MySQL tables to mongoDB collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages