https://github.com/hernandemonteiro/airflow
Airflow pipeline tasks
https://github.com/hernandemonteiro/airflow
Last synced: 10 months ago
JSON representation
Airflow pipeline tasks
- Host: GitHub
- URL: https://github.com/hernandemonteiro/airflow
- Owner: hernandemonteiro
- Created: 2024-09-30T20:44:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T02:25:46.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T10:43:43.886Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`