awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • feast-dev/feastAvatar feast-dev

    feast-dev/feast

    6,727Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,727
  • maiot-io/zenmlAvatar maiot-io

    maiot-io/zenml

    5,452Vezi pe 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

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

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

Explorează sub-etichetele

  • 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.