Key Features
- @flow and @task decorators
- Scheduling (cron and interval)
- Retries and caching
- UI dashboard at localhost:4200
- Event-driven automation
- Self-hosted or Prefect Cloud
FAQ
Q: What is Prefect? A: Python workflow orchestration with 22K+ stars. Decorators, scheduling, retries, UI dashboard. Apache 2.0.
Q: How do I install Prefect? A: pip install -U prefect. prefect server start for dashboard.