2 repository-uri
Reading batch features from offline stores and writing them to online stores using pluggable distributed compute engines.
Distinct from Distributed Computing Engines: Distinct from Distributed Computing Engines: focuses on the specific pipeline for feature materialization, not general distributed computing.
Explore 2 awesome GitHub repositories matching data & databases · Feature Materialization Pipelines. 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
Reads batch features from offline stores and writes them to online stores using pluggable distributed compute engines like Spark or Ray.
Dinky is a real-time data platform for developing, deploying, and operating streaming applications based on Apache Flink. It functions as a SQL streaming IDE and a real-time data pipeline orchestrator, providing a web-based environment for writing and verifying queries with integrated logic plan visualization and lineage tracking. The platform acts as a distributed cluster manager, allowing the registration, monitoring, and administration of multiple processing clusters from a centralized interface. It also serves as a change data capture integration tool, synchronizing real-time database cha
Leverages Apache Flink as a distributed processing engine to execute real-time data pipelines and SQL jobs.