awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCustom Materialization Engines

Interfaces for replacing the default materialization engine with user-defined classes that handle batch ingestion and historical retrieval.

Distinct from Batch Processing Engines: Distinct from Batch Processing Engines: focuses on the extensibility mechanism for feature store materialization, not general batch processing.

Explore 2 awesome GitHub repositories matching data & databases · Custom Materialization Engines. Refine with filters or upvote what's useful.

Awesome Custom Materialization Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • feast-dev/feastAvatar von feast-dev

    feast-dev/feast

    6,727Auf GitHub ansehen↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Replaces the default materialization engine with a user-defined class for batch ingestion, historical retrieval, and infrastructure lifecycle.

    Pythonbig-datadata-engineeringdata-quality
    Auf GitHub ansehen↗6,727
  • maiot-io/zenmlAvatar von maiot-io

    maiot-io/zenml

    5,452Auf GitHub ansehen↗

    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

    Enables the definition of custom logic for handling specialized data types, including metadata extraction and visualization generation for dashboard display.

    Python
    Auf GitHub ansehen↗5,452
  1. Home
  2. Data & Databases
  3. Batch Processing Engines
  4. Custom Materialization Engines

Unter-Tags erkunden

  • Custom Materialization SinksSpecifying a custom target data source where derived feature data is persisted during materialization. **Distinct from Custom Materialization Engines:** Distinct from Custom Materialization Engines: focuses on the target sink for materialized data, not the engine that runs the materialization pipeline.