Skip to content

franklanganke/apache-airflow-glossary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Apache Airflow Glossary

Confusing / missing stuff on Apache Airflow documenation

todo

  • worker

Scheduler

  • Scheduler starts the executor on startup.
  • Scheduler sends tasks to the executor.

Executor

SequentialExecutor

  • Default configured executor: runs a single task at a time.
  • Runs out-of-the-box with local file-db.

LocalExecutor

  • Parallelize task instances locally.
  • Depends on real database backend like MySQL or Postgres.

CeleryExecutor

  • Scaling out of workers
  • Depends on Celery
  • Celery depends on a broker (RabbitMQ, Redis, AWS SQS)
  • does celery need a db backend?

About

Confusing / missing stuff on Apache Airflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published