awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lyft avatar

lyft/flyte

0
View on GitHub↗
7,095 stars·832 forks·Go·Apache-2.0·18 viewsflyte.org↗

Flyte

Flyte is a distributed machine learning pipeline manager and MLOps workflow engine. It functions as a Kubernetes-native orchestrator used to coordinate data, models, and compute resources for executing machine learning pipelines and autonomous agents at scale.

The platform provides specialized infrastructure for the full machine learning lifecycle, including a dedicated model serving platform to deploy trained models as scalable production-ready inference services. It also enables the coordination and state management of autonomous AI agents.

The system manages scalable pipeline execution through directed acyclic graphs and strongly-typed interface definitions. It ensures environment consistency via container-based task isolation and utilizes dynamic resource allocation for individual tasks.

Features

  • AI Workflow Orchestration - Coordinates data, models, and compute resources to execute complex machine learning pipelines and autonomous agents at scale.
  • Distributed ML Pipeline Managers - Defines and executes complex data dependencies and compute tasks across distributed clusters.
  • Model Inference and Serving - Deploys trained models as scalable production-ready inference services.
  • Scalable Distributed Pipelines - Builds and runs resilient data processing and model training sequences that handle large datasets and distributed compute.
  • ML Workflow Engines - Manages the complete lifecycle of machine learning workflows from data ingestion to model deployment.
  • DAG-Based Orchestration - Represents execution sequences as directed acyclic graphs to manage complex task dependencies and parallel paths.
  • Machine Learning Pipelines - Provides a unified interface for orchestrating preprocessing, inference, and postprocessing steps in ML workflows.
  • Model Serving Platforms - Provides scalable infrastructure for deploying and managing trained machine learning model inference services.
  • Kubernetes-Native Workflows - Orchestrates pods and services directly on Kubernetes clusters to manage the lifecycle of workflow tasks.
  • AI Agent State Coordination - Manages the execution and state of autonomous AI agents interacting with various data sources and tools.
  • Resource Allocation - Adjusts CPU and memory limits for individual tasks based on specific workload requirements.
  • Pipeline Interface Definitions - Uses a shared schema to enforce data type consistency between different tasks in a distributed pipeline.
  • Durable Execution Persistence - Tracks execution status and output metadata in a centralized durable database to ensure recoverability.
  • Container-Based Isolation - Ensures environment consistency by wrapping each execution unit in an independent container image.
  • General Purpose Orchestration - Type-safe, container-native platform for large-scale ML and data pipelines.
  • Workflow Platforms - Container-native platform for large-scale ML and processing.

Star history

Star history chart for lyft/flyteStar history chart for lyft/flyte

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Flyte

Similar open-source projects, ranked by how many features they share with Flyte.
  • kubeflow/pipelineskubeflow avatar

    kubeflow/pipelines

    4,154View on GitHub↗

    This project is a containerized machine learning workflow engine and orchestrator designed to automate the end-to-end lifecycle of machine learning models on Kubernetes clusters. It functions as an MLOps pipeline compiler that transforms a domain-specific language into structured specifications for portable and scalable deployment. The platform provides a multi-tenant environment with isolated namespaces and identity provider authentication. It distinguishes itself through a combination of container-based task isolation, strongly typed artifact management for data passing, and content-address

    Python
    View on GitHub↗4,154
  • maiot-io/zenmlmaiot-io avatar

    maiot-io/zenml

    5,452View on GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Python
    View on GitHub↗5,452
  • netflix/metaflowNetflix avatar

    Netflix/metaflow

    9,764View on GitHub↗

    Metaflow is a Python machine learning framework and MLOps workflow orchestrator designed to manage the lifecycle of data pipelines from local prototyping to production. It serves as a distributed compute manager and an experiment tracking system, enabling the creation of reproducible pipelines that transition between development and high-availability production environments. The framework distinguishes itself through an integrated checkpointing system that automatically persists intermediate data artifacts to remote storage, allowing failed runs to be resumed from the last successful step. It

    Pythonagentsaiaws
    View on GitHub↗9,764
  • conductor-oss/conductorconductor-oss avatar

    conductor-oss/conductor

    31,962View on GitHub↗

    Conductor is a durable workflow engine designed to orchestrate complex, long-running business processes and autonomous agent loops. It functions as a stateful execution platform that persists the entire history of a process, ensuring that workflows remain reliable and recoverable across infrastructure failures, system restarts, and transient network errors. By managing task lifecycles, worker polling, and state transitions, it provides a centralized coordination layer for distributed systems. The platform distinguishes itself through its specialized support for AI agent orchestration, allowin

    Javadistributed-systemsdurable-executiongrpc
    View on GitHub↗31,962
See all 30 alternatives to Flyte→

Frequently asked questions

What does lyft/flyte do?

Flyte is a distributed machine learning pipeline manager and MLOps workflow engine. It functions as a Kubernetes-native orchestrator used to coordinate data, models, and compute resources for executing machine learning pipelines and autonomous agents at scale.

What are the main features of lyft/flyte?

The main features of lyft/flyte are: AI Workflow Orchestration, Distributed ML Pipeline Managers, Model Inference and Serving, Scalable Distributed Pipelines, ML Workflow Engines, DAG-Based Orchestration, Machine Learning Pipelines, Model Serving Platforms.

What are some open-source alternatives to lyft/flyte?

Open-source alternatives to lyft/flyte include: kubeflow/pipelines — This project is a containerized machine learning workflow engine and orchestrator designed to automate the end-to-end… maiot-io/zenml — ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data… netflix/metaflow — Metaflow is a Python machine learning framework and MLOps workflow orchestrator designed to manage the lifecycle of… conductor-oss/conductor — Conductor is a durable workflow engine designed to orchestrate complex, long-running business processes and autonomous… inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… microsoft/synapseml — SynapseML is an Apache Spark machine learning library designed for building and scaling machine learning workflows and…