This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2d5cce6 Explicitly call out third-party airflow plugins/providers in
Ecosystem page (#411)
2d5cce6 is described below
commit 2d5cce67f273f6899c137fdf528fb6a78043d6a3
Author: Ryan Hatter <[email protected]>
AuthorDate: Thu Apr 22 10:23:02 2021 -0400
Explicitly call out third-party airflow plugins/providers in Ecosystem page
(#411)
---
landing-pages/site/content/en/ecosystem/_index.md | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/landing-pages/site/content/en/ecosystem/_index.md
b/landing-pages/site/content/en/ecosystem/_index.md
index 65a6c8e..dfa430e 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -43,13 +43,23 @@ If you would you like to be included on this page, please
reach out to the [Apac
+## Third Party Airflow Plugins and Providers
+
+[Astronomer Registry](https://registry.astronomer.io/) - The discovery and
distribution hub for Apache Airflow integrations created to aggregate and
curate the best bits of the ecosystem.
+
+[Airflow Plugins](https://github.com/airflow-plugins/) - Central collection of
repositories of various plugins for Airflow, including mailchimp, trello, sftp,
GitHub, etc.
+
+[Airflow ECR Plugin](https://github.com/asandeep/airflow-ecr-plugin) - Plugin
to refresh AWS ECR login token at regular intervals. This is helpful where
DockerOperator needs to pull images hosted on ECR.
+
+
+
## Tools integrating with Airflow
[afctl](https://github.com/qubole/afctl) - A CLI tool that includes everything
required to create, manage and deploy airflow projects faster and smoother.
[airflow-aws-executors](https://github.com/aelzeiny/airflow-aws-executors) -
Run Airflow Tasks directly on AWS Batch, AWS Fargate, or AWS ECS; provisioning
less infra is more.
-[airflow-code-editor](https://github.com/andreax79/airflow-code-editor) - A
plugin for Apache Airflow that allows you to edit DAGs in browser.
+[airflow-code-editor](https://github.com/andreax79/airflow-code-editor) - A
tool for Apache Airflow that allows you to edit DAGs in browser.
[airflow-diagrams](https://github.com/feluelle/airflow-diagrams) -
Auto-generated Diagrams from Airflow DAGs
@@ -59,21 +69,15 @@ If you would you like to be included on this page, please
reach out to the [Apac
[Airflow Ditto](https://github.com/angadsingh/airflow-ditto) - An extensible
framework to do transformations to an Airflow DAG and convert it into another
DAG which is flow-isomorphic with the original DAG, to be able to run it on
different environments (e.g. on different clouds, or even different container
frameworks - Apache Spark on YARN vs Kubernetes). Comes with out-of-the-box
support for EMR-to-HDInsight-DAG transforms.
-[Airflow ECR Plugin](https://github.com/asandeep/airflow-ecr-plugin) - Plugin
to refresh AWS ECR login token at regular intervals. This is helpful where
DockerOperator needs to pull images hosted on ECR.
-
-[Airflow Plugins](https://github.com/airflow-plugins/) - Central collection of
repositories of various plugins for Airflow, including mailchimp, trello, sftp,
GitHub, etc.
-
[Apache-Liminal-Incubating](https://github.com/apache/incubator-liminal) -
Liminal provides a domain-specific-language (DSL) to build ML/AI workflows on
top of Apache Airflow. Its goal is to operationalise the machine learning
process, allowing data scientists to quickly transition from a successful
experiment to an automated pipeline of model training, validation, deployment
and inference in production.
-[Astronomer Registry](https://registry.astronomer.io/) - The discovery and
distribution hub for Apache Airflow integrations created to aggregate and
curate the best bits of the ecosystem.
-
[Chartis](https://github.com/trejas/chartis) - Python package to convert
Common Workflow Language (CWL) into Airflow DAG.
[CWL-Airflow](https://github.com/Barski-lab/cwl-airflow) - Python package to
extend Apache-Airflow 1.10.11 functionality with CWL v1.2 support.
[dag-factory](https://github.com/ajbosco/dag-factory) - A library for
dynamically generating Apache Airflow DAGs from YAML configuration files.
-[Dag Dependencies viewer](https://github.com/ms32035/airflow-dag-dependencies)
- A plugin which creates a view to visualize dependencies between the Airflow
DAGs
+[Dag Dependencies viewer](https://github.com/ms32035/airflow-dag-dependencies)
- A tool which creates a view to visualize dependencies between the Airflow DAGs
[Databand](https://databand.ai/) - Observability platform built on top of
Airflow.
@@ -89,7 +93,7 @@ If you would you like to be included on this page, please
reach out to the [Apac
[Pylint-Airflow](https://github.com/BasPH/pylint-airflow) - A Pylint plugin
for static code analysis on Airflow code.
-[simple-dag-editor](https://github.com/ohadmata/simple-dag-editor) - Zero
configuration Airflow plugin that let you manage your DAG files.
+[simple-dag-editor](https://github.com/ohadmata/simple-dag-editor) - Zero
configuration Airflow tool that let you manage your DAG files.
[Viewflow](https://github.com/datacamp/viewflow) - An Airflow-based framework
that allows data scientists to create data models without writing Airflow code.