awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lyft avatar

lyft/flyte

0
View on GitHub↗
7,095 estrellas·832 forks·Go·Apache-2.0·8 vistasflyte.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.

Historial de estrellas

Gráfico del historial de estrellas de lyft/flyteGráfico del historial de estrellas de lyft/flyte

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Flyte

Proyectos open-source similares, clasificados según cuántas características comparten con Flyte.
  • kubeflow/pipelinesAvatar de kubeflow

    kubeflow/pipelines

    4,154Ver en 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
    Ver en GitHub↗4,154
  • maiot-io/zenmlAvatar de maiot-io

    maiot-io/zenml

    5,452Ver en 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
    Ver en GitHub↗5,452
  • netflix/metaflowAvatar de Netflix

    Netflix/metaflow

    9,764Ver en 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
    Ver en GitHub↗9,764
  • conductor-oss/conductorAvatar de conductor-oss

    conductor-oss/conductor

    31,962Ver en 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
    Ver en GitHub↗31,962
Ver las 30 alternativas a Flyte→

Preguntas frecuentes

¿Qué hace lyft/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.

¿Cuáles son las características principales de lyft/flyte?

Las características principales de lyft/flyte son: 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.

¿Qué alternativas de código abierto existen para lyft/flyte?

Las alternativas de código abierto para lyft/flyte incluyen: 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…