This is a simple Python script that does one thing - connects to provided MySQL database and blurs the content of keboola table.
It needs these OS environment variables to be set:
DB_HOSTDB_USERDB_PASSWORDDB_NAME
It's a Flask app, so it exposes standard 5000 port.
Docker image is available directly from this repo's packages: ghcr.io/keboola/sre-homework-reader:latest