← 返回首页
feast/java at apply-progress · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
 
 
 apply-progress
Top

README.md

Feast Java components

Overview

This repository contains the following Feast components.

  • Feast Serving: A gRPC service used to serve the latest feature values to models.
  • Feast Serving Client: A client used to retrieve features from Feast Serving.

Architecture

Feast Serving has a dependency on an online store (Redis) for retrieving features. The process of ingesting data into the online store (Redis) is decoupled from the process of reading from it.

Contributing

Guides on Contributing:

Installing using Helm

Please see the Helm charts in infra/charts/feast.

Footer

© 2026 GitHub, Inc.