apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.04k stars 14.29k forks source link

AIP-84 Determine architecture for UI REST API #42365

Closed pierrejeambrun closed 1 month ago

pierrejeambrun commented 1 month ago

Spike to investigate what stack we should use.

Committer

pierrejeambrun commented 1 month ago

Done, driven by community opinion during dev calls => going for FastAPI framework, pydantic serializers, and gunicorn + uvicorn workers for the gate interface part.