loum/flowz
Workflow management code repository templater for Apache Airflow targeting data engineering compute.
22
Workflow management code repository templater for Apache Airflow targeting data engineering compute.
This container image compliments the cloud native remote executor of the Flowz project.
See Flowz documentation for more information.
latest
Dockerfile
linksUse the sample docker-compose.yml
:
docker compose -f <(curl -s https://raw.githubusercontent.com/loum/flowz/main/docker/docker-compose.yml) up -d
You can access your local Airflow webserver console via https://localhost:8443.
For this simple demo usecase, the default Airflow webserver login credentials are airflow
:airflow
.
To terminate and release all resources:
docker compose -f <(curl -s https://raw.githubusercontent.com/loum/flowz/main/docker/docker-compose.yml) down --volumes
docker pull loum/flowz