https://github.com/julientoucoula17/apache_airflow-with-docker
Apache Airflow installation with Docker 🌬️
https://github.com/julientoucoula17/apache_airflow-with-docker
airflow airflow-dags airflow-docker apache dag etl etl-automation etl-job workflow
Last synced: 8 months ago
JSON representation
Apache Airflow installation with Docker 🌬️
- Host: GitHub
- URL: https://github.com/julientoucoula17/apache_airflow-with-docker
- Owner: julientoucoula17
- Created: 2022-05-02T12:56:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T13:44:21.000Z (over 3 years ago)
- Last Synced: 2025-02-11T15:42:21.681Z (8 months ago)
- Topics: airflow, airflow-dags, airflow-docker, apache, dag, etl, etl-automation, etl-job, workflow
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workflow automation with Airflow 🌬️
## What is it? 🧐🧐
Apache Airflow is tool developped by Airbnb that has been in development since 2014 but became really popular 2-3 years after. The goal of this tool is Automate Workflows. Although it is still used for this, it became also commonly used for ETL jobs.## Installation with Docker 🏗️🏗️
Let's first install Apache Airflow on your local computer. The easiest way is to do it with Docker! We'll be using a docker-compose.yml file that you can copy and paste from the following repository:$ git clone https://github.com/julientoucoula17/apache_airflow-with-Docker && cd apache_airflow-with-Docker
$ docker-compose up airflow-init
$ docker-compose up