Difference between revisions of "Apache Airflow installation"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
− | * {{ | + | * {{Airflow}} |
Revision as of 09:34, 18 November 2022
- PIP:
pip3 install apache-airflow
pip install apache-airflow-providers-elasticsearch
pip3 install apache-airflow[celery]
- Homebrew: not available
- Configuration
- Kubernetes:
helm repo add apache-airflow https://airflow.apache.org
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace
Advertising: