josesaribeiro / docker-airflow-2

Docker para o Apache Airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker para o Apache Airflow

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 82.5%Language:Shell 17.5%