Difference between revisions of "Apache Airflow installation"
Jump to navigation
Jump to search
(Created page with "** PIP: *** <code>pip3 install apache-airflow</code> **** <code>pip install apache-airflow-providers-elasticsearch</code> **** <code>pip3 install apache-airflow[celer...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * | + | * [[PIP]]: |
− | + | ** <code>[[pip3 install apache-airflow]]</code> | |
− | + | *** <code>[[pip install apache-airflow-providers-elasticsearch]]</code> | |
− | + | *** <code>[[pip3 install apache-airflow(celery)|pip3 install apache-airflow[celery]]]</code> | |
− | + | * Homebrew: not available | |
− | + | * [[Airflow configuration|Configuration]] | |
− | + | * Kubernetes: | |
− | + | ::<code>[[helm repo add apache-airflow]] https://airflow.apache.org</code> | |
− | + | ::<code>[[helm upgrade --install]] airflow apache-airflow/airflow --namespace airflow --create-namespace</code> | |
+ | == Related == | ||
+ | * <code>[[airflow standalone]]</code> | ||
− | * {{ | + | == See also == |
+ | * {{Airflow}} | ||
+ | |||
+ | [[Category:Airflow]] |
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: