2 repository-uri
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.
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.
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.