Docker para o Apache Airflow
Airflow is a platform to programmatically author, schedule and monitor workflows.
Use Airflow to author workflows as Directed Acyclic Graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies.
Rich command line utilities make performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.
When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.

$ docker build --tag airflow:latest ./
$ docker run -ti -p 8080:8080 airflow:latest webserver
Content type
Image
Digest
Size
339.8 MB
Last updated
almost 6 years ago
docker pull scieloorg/airflow