Skip to content

danilobbezerra/mysql-to-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-to-mongo

Simple script to convert MySQL to MongoDB

🚀 How-to RUN

  1. Clone this project
  2. Open folder
  3. Install packages with command
npm install
OR
yarn install
  1. Edit the file, putting your connections data
/conf/index.js
  1. And run the script with the command
npm run start
OR
yarn run start

📫 Contributions

To contribute follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Send to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

About

Simple script to convert MySQL to MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages