potiuk commented on a change in pull request #284:
URL: https://github.com/apache/airflow-site/pull/284#discussion_r473707166



##########
File path: landing-pages/site/content/en/ecosystem/_index.md
##########
@@ -0,0 +1,50 @@
+---
+title: "Ecosystem"
+linkTitle: "Ecosystem"
+menu:
+  main:
+    weight: 30
+---
+
+ 
+ 
+
+# Ecosystem
+
+Feel free to contribute any resources or tools that you find useful when 
learning or using Airflow.
+
+ 
+
+## Learning resources
+
+[Apache Airflow YouTube 
Channel](https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA) - Official 
YouTube Channel
+
+[Airflow Summit](https://airflowsummit.org/) - Online conference for Apache 
Airflow developers
+
+[Awesome Apache Airflow](https://github.com/jghoman/awesome-apache-airflow) - 
Curated list of resources about Apache Airflow
+
+[The Complete Hands-On Introduction to Apache 
Airflow](https://www.udemy.com/course/the-complete-hands-on-course-to-master-apache-airflow)
 by Marc Lamberti on Udemy
+
+[Apache Airflow: Complete Hands-On Beginner to Advanced 
Class](https://www.udemy.com/course/apache-airflow-course) by Alexandra Abbas 
on Udemy
+
+ 
+
+## Airflow-As-A-Service
+
+[Astronomer](https://www.astronomer.io/) - Managed Apache Airflow service on 
Astronomer Cloud
+
+[Google Cloud Composer](https://cloud.google.com/composer) - Managed Apache 
Airflow service on Google Cloud Platform
+
+ 
+
+### Tools integrating with Airflow
+
+[Oozie to Airflow](https://github.com/GoogleCloudPlatform/oozie-to-airflow) - 
A tool to easily convert between Apache Oozie workflows and Apache Airflow 
workflows
+
+[CWL-Airflow](https://github.com/Barski-lab/cwl-airflow) - Python package to 
extend Apache-Airflow 1.10.11 functionality with CWL v1.2 support
+
+[Databand](https://databand.ai/) - Observability platform built on top of 
Airflow
+
+[Chartis](https://github.com/trejas/chartis) - Python package to convert 
Common Workflow Language (CWL) into Airflow DAG
+
+[dbt (data build tool)](https://docs.getdbt.com/) - Data transformation tool, 
[dbt jobs can be scheduled using 
Airflow](https://docs.getdbt.com/docs/running-a-dbt-project/running-dbt-in-production/#using-airflow)

Review comment:
       I looked at those, and it seems some of those are very out-dated (> 1 
year of no activity) and some of them are rather "simple", so here is my biased 
selection:
   
   - [Airflow plugins](https://github.com/airflow-plugins/) - Central 
collection of repositories of various plugins for Airflow, including mailchimp, 
trello, sftp, GitHub, etc.
   
   - 
[airflow-maintenance-dags](https://github.com/teamclairvoyant/airflow-maintenance-dags)
 - [Clairvoyant](http://clairvoyantsoft.com/) has a repo of Airflow DAGs that 
operator on Airflow itself, clearing out various bits of the backing metadata 
store.
   
   - [whirl](https://github.com/godatadriven/whirl) - Fast iterative local 
development and testing of Apache Airflow workflows.
   
   -  [dag-factory](https://github.com/ajbosco/dag-factory) - A library for 
dynamically generating Apache Airflow DAGs from YAML configuration files.
   
   - [airflow-code-editor](https://github.com/andreax79/airflow-code-editor) - 
A plugin for Apache Airflow that allows you to edit DAGs in browser.
   
   - [Pylint-Airflow](https://github.com/BasPH/pylint-airflow) - A Pylint 
plugin for static code analysis on Airflow code.
   
   - [afctl](https://github.com/qubole/afctl) - A CLI tool that includes 
everything required to create, manage and deploy airflow projects faster and 
smoother.
   
   - [Dag Dependencies 
viewer](https://github.com/ms32035/airflow-dag-dependencies) - A plugin which 
creates a view to visualize dependencies between the Airflow DAGs
   
   - [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.
   
   - 
[AirflowK8sDebugger](https://github.com/Javier162380/AirflowKuberentesDebugger) 
- A library for generate k8s pod yaml templates from an Airflow dag using the 
KubernetesPodOperator.
   
   - [Oozie to 
Airflow](https://github.com/GoogleCloudPlatform/oozie-to-airflow) - A tool to 
easily convert between [Apache Oozie](http://oozie.apache.org/) workflows and 
Apache Airflow workflows.
   
   - [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.
   
   - [gusty](https://github.com/chriscardillo/gusty) - Package that allows for 
the creation of DAGs using YAML files for each job in a DAG. Includes support 
for dependencies and more. A fully containerized demo is available 
[here](https://github.com/chriscardillo/gusty-demo).
   
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to