Difference between revisions of "Apache Airflow installation"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * PIP: | + | * [[PIP]]: |
** <code>[[pip3 install apache-airflow]]</code> | ** <code>[[pip3 install apache-airflow]]</code> | ||
*** <code>[[pip install apache-airflow-providers-elasticsearch]]</code> | *** <code>[[pip install apache-airflow-providers-elasticsearch]]</code> | ||
− | *** <code>pip3 install apache-airflow[celery]</code> | + | *** <code>[[pip3 install apache-airflow(celery)|pip3 install apache-airflow[celery]]]</code> |
* Homebrew: not available | * Homebrew: not available | ||
* [[Airflow configuration|Configuration]] | * [[Airflow configuration|Configuration]] | ||
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 == |
Latest revision as of 10:57, 20 December 2022
- PIP:
- 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[edit]
See also[edit]
Advertising: