| {# |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| #} |
| <!doctype html> |
| <html lang="en"> |
| <head> |
| <!-- Required meta tags --> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| |
| <!-- Bootstrap CSS --> |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> |
| |
| <title>Apache Airflow documentation</title> |
| <style> |
| @media (min-width: 768px) { |
| .list-providers { |
| column-count: 2 |
| } |
| } |
| </style> |
| </head> |
| <body> |
| <div class="container"> |
| <div class="p-3 mb-2 bg-warning text-dark"> |
| This is the documentation for the Apache Airflow developer version. |
| For documentation for stable versions, see: <a href="https://airflow.apache.org/docs/">airflow.apache.org</a>. |
| </div> |
| |
| <h1 class="page-title">Apache Airflow Documentation</h1> |
| <div class="row"> |
| <div class="col-md order-md-1"> |
| <img src="https://github.com/apache/airflow/raw/main/airflow/www/static/pin_100.png" alt="Apache Airflow - logo" width="100" height="100"> |
| </div> |
| |
| <div class="col-md"> |
| <h2><a href="/docs/apache-airflow/latest/index.html"><code>apache-airflow</code></a></h2> |
| <p> |
| Apache Airflow Core, which includes webserver, scheduler, CLI and other components that are needed for minimal Airflow installation. |
| </p> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col"> |
| <h2><a href="/docs/apache-airflow-providers/index.html">Providers packages</a></h2> |
| <p> |
| Providers packages include integrations with third party integrations. They are updated independently of the Apache Airflow core. |
| </p> |
| <ul class="list-providers"> |
| {% for provider in providers %} |
| <li><a href="/docs/{{ provider['package-name'] }}/latest/index.html"><code>{{ provider['name'] }}</code></a></li> |
| {% endfor %} |
| </ul> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col-md order-md-1"> |
| <img src="/docs/docker-stack/_images/docker-logo.png" alt="Docker - logo" width="100" height="86"> |
| </div> |
| <div class="col-md"> |
| <h2><a href="/docs/docker-stack/index.html">Docker image</a></h2> |
| <p> |
| It makes efficient, lightweight, self-contained environment and guarantees that software will always run the same no matter of where it's deployed. |
| </p> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col-md order-md-1"> |
| <img src="/docs/helm-chart/latest/_images/helm-logo.svg" alt="Helm Chart - logo" width="100" height="115"> |
| </div> |
| <div class="col-md"> |
| <h2><a href="/docs/helm-chart/latest/index.html">Helm Chart</a></h2> |
| <p> |
| It will help you set up your own Airflow on a cloud/on-prem k8s environment and leverage its scalable nature to support a large group of users. Thanks to Kubernetes, we are not tied to a specific cloud provider. |
| </p> |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |