camila-marquess / estudos-airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airflow Studies

1. Description

The objective of this repository is to gather DAGs I've created in order to study Airflow and its operators.

2. Installation

If you want to run any of the examples, you can clone this repository using the code below:

git clone https://github.com/camila-marquess/estudos-airflow.git

Before running Airflow, make sure you have installed docker in your OS. If you do not, follow this steps based on your OS: Installing Docker Compose.

In order to start Airflow you have to run:

docker-compose up -d

Then you can visualize the Airflow UI by accessing localhost:8080 on your browser. The default login and password are: airflow.

In order to stop the containers, you can run:

docker-compose down

About


Languages

Language:Python 100.0%