Airflow Tutorial

Tutorial like code for how to deploy airflow using docker and how to use the DockerOperator.
Alternatives To Airflow Tutorial
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pipeline4,159
a year ago85July 18, 20171apache-2.0Jsonnet
PipelineAI Kubeflow Distribution
Orchest3,876
4 months ago19December 13, 2022125apache-2.0TypeScript
Build data pipelines, the easy way 🛠️
Docker Airflow3,589
8 months ago269apache-2.0Shell
Docker Apache Airflow
Awesome Apache Airflow3,060
a year ago2Shell
Curated list of resources about Apache Airflow
Elyra1,65214a month ago111March 29, 2023268apache-2.0Python
Elyra extends JupyterLab with an AI centric approach.
Airflow Tutorial669
2 years ago18mitJupyter Notebook
Apache Airflow tutorial
Kube Airflow556
4 years ago30apache-2.0Python
A docker image and kubernetes config files to run Airflow on Kubernetes
Data Pipelines With Apache Airflow503
4 months ago35otherPython
Code for Data Pipelines with Apache Airflow
Energy Forecasting490
13 days agomitPython
🌀 𝗧𝗵𝗲 𝗙𝘂𝗹𝗹 𝗦𝘁𝗮𝗰𝗸 𝟳-𝗦𝘁𝗲𝗽𝘀 𝗠𝗟𝗢𝗽𝘀 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 | Learn MLE & MLOps for free by designing, building and deploying an end-to-end ML batch system ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 2.5 𝘩𝘰𝘶𝘳𝘴 𝘰𝘧 𝘳𝘦𝘢𝘥𝘪𝘯𝘨 & 𝘷𝘪𝘥𝘦𝘰 𝘮𝘢𝘵𝘦𝘳𝘪𝘢𝘭𝘴
Astronomer449
2 days ago21otherPython
Helm Charts for the Astronomer Platform, Apache Airflow as a Service on Kubernetes
Alternatives To Airflow Tutorial
Select To Compare


Alternative Project Comparisons
Readme

airflow-tutorial

Tutorial code for how to deploy airflow using docker and how to use the DockerOperator.

To run the example, you first have to build the image in etl-dummy. Just do

docker build -t etl-dummy ./etl-dummy

Now, you can start the Airflow instance using

docker-compose up

This should build the airflow image when you execute it the first time and also starts the airflow server. Now you should be ready to go a play around with it.

For further details, refer to my medium article.

Popular Docker Projects
Popular Airflow Projects
Popular Virtualization Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Docker
Deploy
Tutorial
Etl
Airflow