๐Ÿค–AI RepoIndex
๐Ÿ”ง AI ProductivityOpen SourceFree

Feast

Feature store โ€” serve ML features consistently

4.2/ 5โญ 7,000 GitHub starsPythonApache-2.0

๐Ÿ“‹ Overview

Feast is an open-source feature store that provides consistent feature serving between training and production โ€” eliminating training-serving skew. Unlike Tecton (which is SaaS), Feast is self-hosted and free. It supports batch and streaming features, point-in-time correct joins, and multiple storage backends.

โœจ Key Features

  • โ€ข6K+ GitHub stars โ€” open-source feature store
  • โ€ขPoint-in-time correct joins
  • โ€ขBatch and streaming features
  • โ€ขMultiple storage backends
  • โ€ขApache 2.0 licensed
  • โ€ขMultiple storage backends
  • โ€ขTraining-serving skew elimination

๐ŸŽฏ The Problem It Solves

ML models often fail in production because training features differ from serving features. Feast eliminates this skew by providing a single source of truth for features.

๐Ÿ”ง How It Works

Feast defines features in a central registry โ€” batch features from data warehouses, streaming features from Kafka. It materializes features to an online store (Redis, DynamoDB) for low-latency serving. Point-in-time correct joins prevent data leakage during training.

๐Ÿš€ Installation & Quick Start

Installation

See website

Quick Start

  1. See documentation

โœ… Pros

  • โ€ขPoint-in-time correctness
  • โ€ขBatch and streaming
  • โ€ขApache 2.0 licensed
  • โ€ขMultiple storage backends
  • โ€ขTraining-serving skew elimination
  • โ€ขActive community

โŒ Cons

  • โ€ขSmaller community than Tecton
  • โ€ขRequires ops to self-host
  • โ€ขDocumentation sparse
  • โ€ขSelf-hosting required

๐Ÿ’ฌ Practitioner Verdict

โ€œFeast is the best open-source feature store โ€” the point-in-time correctness is genuinely differentiated. The trade-off: smaller community than Tecton, requires ops to self-host, and the documentation is sparse. For teams that need a free feature store, Feast is the default.โ€
1

Self-Hosted (Free)

Open source, MIT/Apache licensed. Run it yourself.

โญ Star & Clone on GitHub

Free forever. Your infrastructure, your data.

3

Deployment Options

Ways to run Feast in production

๐Ÿ“Š Specifications

Language
Python
License
Apache-2.0
Platform
Linux, macOS, Windows
Supported Models
REST API, CLI

๐Ÿ’ฐ Pricing Reality

100% free Apache 2.0. No paid tier.

๐Ÿ‘ฅ Community Health

Stars7,000
Forks875
Contributors140
Health Score6.4/10

๐Ÿท๏ธ Tags

Open SourceFree