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
- Host: GitHub
- URL: https://github.com/gilifaibish1999/mysql_docker_python
- Owner: GiliFaibish1999
- Created: 2024-04-09T13:26:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T13:35:53.000Z (about 1 year ago)
- Last Synced: 2024-04-09T20:06:09.114Z (about 1 year ago)
- Topics: bash, bash-scripting, docker, docker-compose, dockerfile, mysql, mysql-connector, python, ubuntu
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```