- Install flask
- Create a docker image of mysql
- docker exec -it nameOfTheImage /bin/bash - to access mysql
- SELECT user,host from mysql.user;
- UPDATE mysql.user set host='%' where user='root'
- Flush privileges;
- Create a db | table and etc.
Directories:
./data/ - contains the injest data from an excel file (massaging of excel file needed)
./datadir/ - mysql datadirectory for docker contain and/or mysql local installation
./scripts/ - contains the scripts to execute any single function
./src/ - source code of file