[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/luodinglin/feast/master/java/README.md [Back]  [Original]

# 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:
- [Contribution Process for Feast](https://docs.feast.dev/v/master/project/contributing)
- [Development Guide for Feast](https://docs.feast.dev/v/master/project/development-guide)
- [Development Guide for feast-java (this repository)](CONTRIBUTING.md)
  - **Note**: includes installing without using Helm

### Installing using Helm
Please see the Helm charts in [infra/charts/feast](../infra/charts/feast).

Web Proxy Viewer  |  New URL  |  Original Page