Skip to content

AmmarSahyoun/Apache-Airflow_useCases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache-Airflow useCases

Productionalizing Pipelines with Apache Airflow.

Running various pipelines by docker-compose to get resilience data workflow.

*[x] Best practices:

  • Develop DAG ->> SequentialExecutor
  • Starting in Production ->> LocalExecutor
  • High Airflow usage ->> CeleryExecutor
  • High spikes in Task usage ->> CeleryExecutor in Kubernetes

docker-compose up --build
docker ps --format "table {{.Names}}:\t{{.Ports}}\t{{.Status}}"
docker-compose down.

About

Orchestrating pipelines with Apache_Airflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published