Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
FeatHub - A stream-batch unified feature store for real-time machine learning
| Date | Stars |
|---|---|
| 2026-07-31 | 349 |
| 2026-08-02 | 350 |
| 2026-08-06 | 350 |
| 2026-08-12 | 350 |
| 2026-08-13 | 350 |
| 2026-08-16 | 349 |
| 2026-08-18 | 349 |
| 2026-08-19 | 350 |
| 2026-08-20 | 350 |
| 2026-09-02 | 350 |
| 2026-09-17 | 351 |
| 2026-09-20 | 351 |
Today
— stars today
This week
+1 stars this week
This month
+1 stars this month
Momentum
0.0
growth rate 0.29%/day
FeatHub is a stream-batch unified feature store that simplifies feature development, deployment, monitoring, and sharing for machine learning applications. - [Introduction](#introduction) - [Core Benefits](#core-benefits) - [What you can do with FeatHub](#what-you-can-do-with-feathub) - [Architecture Overview](#architecture-overview) - [Supported Compute Engines](#supported-compute-engines) - [FeatHub SDK Highlights](#feathub-sdk-highlights) - [User Guide](#user-guide) * [Prerequisites](#prerequisites) * [Install FeatHub Nightly Build](#install-feathub-nightly-build) * [Quickstart](#quickstart) * [Examples](#examples) - [Developer Guide](#developer-guide) - [Roadmap](#roadmap) - [Contact Us](#contact-us) - [Additional Resources](#additional-resources) ## Introduction FeatHub is an open-source feature store designed to simplify the development and deployment of machine learning models. It supports feature ETL and provides an easy-to-use Python SDK that abstracts away the complexities of point-in-time correctness needed to avoid training-serving skew. With FeatHub, data scientists can speed up the feature deployment process and optimize feature ETL by automatically compiling declarative feature definitions into performant distributed ETL jobs using state-of-the-art computation engines of their choice, such as Flink or Spark. Checkout [Documentation](docs/content) for guidance on compute engines, connectors, expression language, and more. ## Core Benefits Similar to other feature stores, FeatHub provides the following core benefits: - **Simplified feature development**: The Pythonic [FeatHub SDK](docs/content/feathub-sdk) makes it easy to develop features without worrying about point-in-time correctness. This helps to avoid training-serving skew, which can negatively impact the accuracy of machine learning models. - **Faster feature deployment**: FeatHub automatically compiles user-specified declarative feature definitions into performant distributed ETL jobs using state-of-the-art computation engines, such as Flink or Spark. This speeds up the feature deployment process and eliminates the need for data engineers to re-write Python programs into distributed stream or batch processing jobs. - **Performant feature generation**: FeatHub offers a range of [built-in optimizations](docs/content/deep-dive/optimizations.md) that leverage commonly observed feature ETL job patterns. These optimizations are automatically applied to ETL jobs compiled from the declarative feature definitions, much like how SQL optimizations are applied. - **Facilitated feature sharing**: FeatHub allows developers to register and query feature definitions in a persistent [feature registry](docs/content/registries). This capability reduces the duplication of data engineering efforts and the resource cost of feature generation by allowing developers in the organization to share and re-use existing feature definitions and datasets. In addition to the above benefits, FeatHub provides several architectural benefits compared to other feature stores, including: - **Real-time feature generation**: FeatHub supports real-time feature generation using [Apache Flink](docs/content/engines/flink.md) as the stream computation engine with milli-second latency. This provides better performance than other open-source feature stores that only support feature generation using Apache Spark. - **Assisted feature monitoring**: FeatHub provides [built-in metrics](docs/content/metric-stores) to monitor the quality of features and alert users to issues such as feature drift. This helps to improve the accuracy and reliability of machine learning models. - **Stream-batch unified computation**: FeatHub allows for consistent feature computation across offline, nearline, and online stacks using [Apache Flink](docs/content/engines/flink.md) for real-time features with low latency, [Apache Spark](docs/content/engines/spark.md) for offline features with high throughput,
Excerpt of 15,984 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dbf55eab9c7a34b7, topic:mlops, topic:feature-store, desc:feature store
matched fp:dbf55eab9c7a34b7, topic:data-engineering, readme:etl