GiliFaibish1999 / mysql_docker_python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL Docker Python project - by Gili Faibish

This program creates an ubuntu MySQL container with 2 databasese and two users (in addition to root),
waits for that container to run (using a bash script that checks the MySQL container logs),
and then connects 3 python apps (that run in parallel) to the databases from the 3 different users.

to start :

$ sh start.sh

About


Languages

Language:Shell 37.9%Language:Dockerfile 33.8%Language:Python 28.3%