About 35,700 results
Open links in new tab
  1. Prefect

    Orchestrate workflows with Prefect and serve context with FastMCP. Open-source. Production-ready.

  2. Prefect Open Source - Python Workflow Orchestration

    Self-hosted workflow orchestration with Prefect open source. Run Python code as-is with full infrastructure control. Production-ready and flexible.

  3. Introduction - Prefect

    Prefect is an open-source orchestration engine that turns your Python functions into production-grade data pipelines with minimal friction. You can build and schedule workflows in pure Python—no DSLs …

  4. Prefect Cloud - Enterprise Orchestration Platform

    Prefect Cloud simplifies the creation & management of complex data pipelines for efficient workflow automation with enterprise-grade security, governance, and scale.

  5. Introducing Prefect 3.0

    Jun 26, 2024 · Providing new ways to help data teams write resilient code, automate with flexibility, and run on efficiently provisioned resources with Prefect 3.0.

  6. Install Prefect - Prefect

    Mar 4, 2024 · You can install and run Prefect via Windows PowerShell, the Windows Command Prompt, or conda. After installation, you may need to manually add the Python local packages Scripts folder …

  7. Prefect vs Airflow - Modern Workflow Orchestration

    Learn why engineering teams are choosing Prefect over Airflow. 60-70% cost savings, Python-first simplicity, and hybrid architecture that keeps your data in your infrastructure.

  8. Prefect Blog

    Dec 10, 2025 · Latest articles on workflow orchestration, data engineering best practices, and real-world implementation stories from teams using Prefect.

  9. About Prefect - Company & Mission

    Defining automation for the context era. We build intelligent infrastructure that powers 100K+ mission critical workflows every minute for teams worldwide.

  10. How to write and run a workflow - Prefect

    from prefect import task @task(name="hello-task", description="This task says hello.") def my_task(): print("Hello, I'm a task")