This commit is contained in:
dechert
2023-03-30 15:36:02 +02:00
parent add7a566d5
commit 4332a35f4a
20 changed files with 649 additions and 368 deletions

24
airflow/Readme.md Normal file
View File

@@ -0,0 +1,24 @@
# Apache Airflow Investigation
login:
airflow:airflow
Questions:
- Predefined Modules like "nifi processors"?
xcom= cross communication between DAG components
ti= task instance
test task on CLI:
airflow tasks test aoe_draft_dag
webserver runing in Gunicorn
Redis needed for xCom
OpenFaas Provider
https://airflow.apache.org/docs/apache-airflow-providers-openfaas/stable/index.html
https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html