|
|
|
|
|
by mianos
1481 days ago
|
|
Yes, the original stack 'Prefect' was written to address issues in airflow.
The DAG on prefect was built using decorators in a context which was pretty cool and worked well but they moved to DAG generation as code on Orion. Prefect very cleanly written, good design and flexible. IMHO it is a platform that will be the next big thing in the area. How I know, I deployed prefect as a static config gathering system across 4000 servers, both Linux and Windows. No other software stack came close, as one of the core concepts of prefect is 'expect to fail'. Things like Ansible Tower die really quick with large clusters due to the normal number of failures and the incorrect assumption that most things will work (as you can for a small cluster). I wish I got to use it in my current work but there is no use case. Yet. |
|
Interesting use case, I use prefect for data pipelines, never thought about that kind of use case.