Sign inSign up

scieloorg/airflow

By scieloorg

•Updated almost 6 years ago

Apache Airflow

Image
0

4.3K

scieloorg/airflow repository overview

⁠Apache Airflow

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.

Apache Airflow

⁠Construção da imagem

$ docker build --tag airflow:latest ./

⁠Execução

$ docker run -ti -p 8080:8080 airflow:latest webserver

⁠Referencias

Tag summary

Content type

Image

Digest

Size

339.8 MB

Last updated

almost 6 years ago

docker pull scieloorg/airflow