Difference between revisions of "Apache Airflow installation"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
::<code>[[helm upgrade --install]] airflow apache-airflow/airflow --namespace airflow --create-namespace</code> | ::<code>[[helm upgrade --install]] airflow apache-airflow/airflow --namespace airflow --create-namespace</code> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[airflow standalone]]</code> | ||
== See also == | == See also == |
Revision as of 12:25, 30 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
Related
See also
Advertising: