ironWorker which downloads GeoLite2 City in its CSV Format from MaxMind and populate a mySQL database with the CSV file content.
bash deploy.sh --build-docker
Create a config.local.json file containing your DB credentials
bash deploy.sh --local
1- Setup Iron.io credentials(more info.).
IRON_TOKEN=MY_TOKEN
IRON_PROJECT_ID=MY_PROJECT_ID
2- Run deployment script.
bash deploy.sh
{
"MYSQL_USER": "<db_user>",
"MYSQL_PASSWORD": "<db_password>",
"MYSQL_HOST": "<db_host>",
"MYSQL_NAME": "<db_name>",
"MYSQL_PORT": "3306"
}