Sign inSign up

loum/flowz

By loum

•Updated about 2 years ago

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

Image
Languages & frameworks
Developer tools
0

1.0K

loum/flowz repository overview

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

⁠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

Tag summary

Content type

Image

Digest

sha256:cc6d9cb4e…

Size

792.6 MB

Last updated

about 2 years ago

docker pull loum/flowz