Skip to content

input: JSON file path. The app creates a MySQL DB table that holds the data from the input file.

License

Notifications You must be signed in to change notification settings

ilan-codefresh/Json2MySQL

 
 

Repository files navigation

Json2MySQL

The task is to take a JSON file and dynamically pass all its documents into a MySQL database table.

Getting Started

These instructions will get you a copy of the project on your local machine to run or test.

git clone https://github.com/iMelki/Json2MySQL.git

Prerequisites

Download & Install Docker

Running the app

Navigate to the directory of the app.

Before first run:
Open the configuration file (config.json) and edit it with the arguments of your choise.
Choose a database table that fits the Schema, or choose a non-existing one to be created.

To build & run the app, enter the command:

docker-compose up

Author

  • iMelki

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE.md file for details

About

input: JSON file path. The app creates a MySQL DB table that holds the data from the input file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Dockerfile 2.7%