The task is to take a JSON file and dynamically pass all its documents into a MySQL database table.
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
Download & Install Docker
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
- iMelki
This project is licensed under the GNU GPL v3.0 License - see the LICENSE.md file for details