An open API service indexing awesome lists of open source software.

https://github.com/hernandemonteiro/airflow

Airflow pipeline tasks
https://github.com/hernandemonteiro/airflow

Last synced: 10 months ago
JSON representation

Airflow pipeline tasks

Awesome Lists containing this project

README

          

# Airflow

Apache airflow é uma ferramenta que permite rodar tasks em python conforme o tempo estipulado, essa função pode ser utilizada em alguns servidores para criar pipeline de dados ou outras tarefas.

# How to Run

1 - Criar venv e fazer source

2 - Instalar as libs com `pip install -r ./requirements.txt`;

3 - exportar variavel com caminho de sua pasta `export AIRFLOW_HOME=seucaminho/suapasta`

4 - Iniciar o airflow `airflow standalone`