Skip to content

yuksbg/mysql2mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySql2Mongo

Quick export from MySQL database to MongoDB using python.

main.py -h
Usage: main.py [options]

Options:
  -h, --help            show this help message and exit
  -t TABLES, --tables=TABLES
                        List of exported tables by comma
  --host=HOST           MySql host
  -u USER, --user=USER  MySql username
  -p PASSWORD, --password=PASSWORD
                        MySql password
  -d DATABASE, --database=DATABASE
                        MySql database
  -m MONGO, --mongo=MONGO
                        MongoDB connection string
  --mongodb=MONGODB     MongoDB databse for exported data

Documentation can be found at http://yuksbg.github.io/mysql2mongo/

About

Export mysql tables to mongo database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages