GraphCanon updated 2w · GitHub synced 2w
Decision brief
Feast, an open-source feature store for AI/ML, facilitates efficient management and retrieval of features used in machine learning models.
Good fit when
- Use Feast when your project requires versioning of features to support experimentation and model evolution over time, as it allows you to seamlessly retrieve historical feature data.
- Feast is ideal if you are working on a large scale with numerous ML projects and want a centralized repository for features to avoid duplication and ensure consistency.
Avoid when
- Avoid Feast in scenarios where your project needs are minimal, such as smaller datasets or simpler projects that do not require the overhead of feature versioning or management.
- Do not use Feast if you prefer a more generalized data storage solution without specific features geared towards ML feature management. Competitors might be better for broader data manipulation tasks.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (2d since push)
- As of 2w
- Provenance
- Not a fork · Organization account
- As of 2w
- Security (OSV)
- 38 low (38 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install feast PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Feast is an open-source feature store designed to manage and retrieve features used in machine learning models.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Aug 3, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 3, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
1. Install Feast
pip install feast
For agents
This page has a .md twin and JSON over the API.