An open API service indexing awesome lists of open source software.

https://github.com/gilifaibish1999/mysql_docker_python


https://github.com/gilifaibish1999/mysql_docker_python

bash bash-scripting docker docker-compose dockerfile mysql mysql-connector python ubuntu

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## 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 :
```bash
$ sh start.sh
```