This repository contains the following Feast components.
- Feast Serving: A service used to serve the latest feature values to models.
- Feast Java SDK: A client used to retrieve features from Feast Serving.
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.
Guides on Contributing:
- Contribution Process for Feast
- Development Guide for Feast
- Development Guide for feast-java (this repository)
Please see the Helm charts in charts.