GithubHelp home page GithubHelp logo

airflow-demo's Introduction

airflow

                  +--------------+                  +------------+
                  |              |                  |            |
                  |  Webserver   +------------------>  Scheduler |
                  |              |                  |            |
                  +------+-------+                  +-----+------+
                         |                                |
                         |                                |
                         v                                v
                +--------+--------+              +-------+-------+
                |                 |              |               |
                |  PostgreSQL DB  <--------------+  Worker       |
                |                 |              |  (Celery)     |
                +--------+--------+              +-------+-------+
                         ^                                ^
                         |                                |
                         |                                |
                  +------+-------+              +--------+--------+
                  |             |              |                 |
                  |  Redis      |              |  Triggerer      |
                  |             |              |                 |
                  +-------------+              +-----------------+
  • Webserver: UI for DAGs workspace, it's connected to PostgreSQL to store and retrieve metadata, interacting with the scheduler to run tasks.
  • Scheduler: Decides when and where to execute the tasks based in the DAGs configuration. Interacts with the DB to keep the state of tasks and * Redis to send the tasks to the workers.
  • Worker: Executes the given tasks by the Redis broker.
  • Triggerer: To monitor the tasks waiting for external events to complete.
  • PostgreSQL: Database to store DAGs metadata, tasks configurations and execution states.
  • Redis: Acts as a message broker between the scheduler and the workers.
  • Flower: Tasks queues monitoring.
  • airflow-init: It starts everything we need in order to function and get our UI running.

Up & running!

Rename the _env_template to .env and update with your values.

In the root folder execute the next in order to initialize wour workspace.

docker compose up airflow-init -d

Start UI

docker compose up -d

Cleaning-up the environment

docker compose down --volumes --remove-orphans

Go on!

go to http://localhost:8080 and login with airflow - airflow

References

https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html

airflow-demo's People

Contributors

gersonyf avatar gyarce-lailo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.