Feast
by Community
The Open Source Feature Store for AI/ML
OSS
Feast
Added 1 June 2026
Overview
Feast is an open-source feature store for machine learning, written in Python. It centralizes the storage, discovery, and serving of features for both training and online inference workflows. By providing a consistent feature engineering and serving layer, Feast helps teams avoid duplication and ensure feature correctness across models.
Best for
Best for
Teams building ML pipelines who need a standardized, open-source feature store to manage and serve features consistently
Use cases
- Serving historical features for model training from a centralized repository
- Pushing and serving real-time features for online model inference
- Managing feature definitions, metadata, and lineage across multiple ML projects
Notes
Feast is an open-source feature store for machine learning, written in Python. It centralizes the storage, discovery, and serving of features for both training and online inference workflows. By providing a consistent feature engineering and serving layer, Feast helps teams avoid duplication and ensure feature correctness across models.
7,063 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Serving historical features for model training from a centralized repository
- Pushing and serving real-time features for online model inference
- Managing feature definitions, metadata, and lineage across multiple ML projects
Pros
- Open source with strong community support (7k+ GitHub stars)
- Provides a unified API for both batch and online feature serving
- Integrates with common data stores like BigQuery, Snowflake, and Redis
Cons
- Operational overhead: requires maintaining separate infrastructure (e.g., online store, registry)
- Limited built-in feature engineering capabilities compared to some proprietary alternatives
- Maturity and stability may not match enterprise-grade managed feature stores
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Open source with strong community support (7k+ GitHub stars)
- Provides a unified API for both batch and online feature serving
- Integrates with common data stores like BigQuery, Snowflake, and Redis
Cons
- Operational overhead: requires maintaining separate infrastructure (e.g., online store, registry)
- Limited built-in feature engineering capabilities compared to some proprietary alternatives
- Maturity and stability may not match enterprise-grade managed feature stores
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scikit-learn
Community
scikit-learn: machine learning in Python
XGBoost
Community
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and D
LightGBM
Community
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other