{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/4"}],"enrichment":{"capability":"Feast is an open-source feature store that manages offline and online feature storage, retrieval, and materialization for machine learning training and real-time inference pipelines.","skillfed_tags":["feature-store","ml-infrastructure","data-abstraction"],"use_cases":["Build training datasets with historical features for model training while ensuring no future data leaks into the training set.","Serve pre-computed features to real-time prediction endpoints with low-latency lookups from an online store.","Decouple ML models from underlying data infrastructure by providing a single feature access layer across batch and real-time systems.","Manage feature materialization pipelines to synchronize offline computed features into an online store on a schedule.","Support multiple data sources and backends without rewriting feature retrieval logic when switching data platforms."],"what_it_does":"Feast is a feature store designed to bridge the gap between data infrastructure and machine learning workflows. It manages feature data across two tiers: an offline store for historical batch processing and model training, and a low-latency online store for real-time inference serving. The core problem it solves is ensuring consistent, point-in-time correct features across training and serving environments\u2014preventing data leakage and reducing the manual work of joining datasets.\n\nTypically used by ML platform teams, Feast abstracts feature storage and retrieval behind a unified API, allowing models to remain portable as infrastructure changes. It supports multiple data sources (Snowflake, BigQuery, Redshift, Parquet, Postgres, and others via plugins) and provides materialization workflows to move computed features into the online store. The package includes a feature server for serving pre-computed features and a web UI for exploration.","worth_installing":"Yes, with conditions. Feast is actively maintained, has no known vulnerabilities, and is well-suited for teams building production ML platforms that need consistent feature management across training and serving. However, it brings substantial dependencies (30 runtime packages) and requires Python 3.10+. Install if you need point-in-time correct features, multi-backend support, or a unified feature abstraction layer; avoid if you have simple, single-source feature needs or strict dependency constraints."},"id":"feast","links":{"html":"https://skillfed.io/packages/feast","md":"https://skillfed.io/packages/feast.md","pypi":"https://pypi.org/project/feast/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"feast","python_support":"supports_current","summary":"Python SDK for Feast"},"popularity":{"monthly_downloads":670939,"position":5407,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.65.0"}
