GitHub - ilan-codefresh/Json2MySQL: input: JSON file path. The app creates a MySQL DB table that holds the data from the input file.

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:

Author

  • iMelki

License

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