loum/flowz

By loum

Updated 5 months ago

Workflow management code repository templater for Apache Airflow targeting data engineering compute.

Image
Languages & Frameworks
Developer Tools
0

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.

What's new with latest

Supported tags and respective Dockerfile links

Quick reference

Quick start

Launch the Flowz Apache Airflow workflow manager

Use 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 Command

docker pull loum/flowz