First steps - Prefect Orion
Before we stand up our own Orion webserver, database, and UI let's explore the building blocks of a Prefect workflow via an interactive Python session. All code below is copy / pastable into your favorite async-compatible Python REPL.
Prefect is a workflow orchestration framework for building resilient data pipelines in Python. It's the easiest way to transform any Python function into a unit of work that can be observed and orchestrated. Just bring your Python code, sprinkle in a few decorators, and go! With Prefect you gain: scheduling retries logging convenient async functionality caching notifications observability event-based orchestration New to Prefect?¶ Get up and running quickly with the quickstart guide. Want more hands on practice to productionize your workflows? Follow our tutorial. For deeper…
related reading
- Prefect - Workflow Orchestration for Data, ML, and Agentsprefect.io
- Prefect Cloudapp.prefect.cloud
- Cookbookcookbook.openai.com
- Durable Execution Solutionstemporal.io
- Streamlit • A faster way to build and share data appsstreamlit.io
- Airflow Architecture: Key Components & Best Practiceshevodata.com
- A guide on Airflow best practicesayc-data.com
- Bash-Script vs. Stored Procedure vs. Traditional ETL Tools vs. Python-Script - 📖 Patterns of Data Engineeringdedp.online
- Using Apache Airflow to monitor data pipelinesbiomadeira.github.io
- Durable Execution Solutions | Temporaltemporal.io
- Advanced AI Workflow Automation Software & Tools - n8nn8n.io
- Temporal Primer - Building Long-Running Systemsarpitbhayani.me