Skip to content

feast-dev/feast-java-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ba8919 · Feb 16, 2022

History

81 Commits
Oct 21, 2021
Oct 20, 2021
Oct 21, 2021
Feb 16, 2022
May 19, 2021
Oct 19, 2021
Mar 1, 2021
May 19, 2021
Oct 20, 2021
Feb 16, 2022
Feb 16, 2022
Feb 5, 2021
Feb 16, 2022
Oct 21, 2021
Feb 5, 2021
Feb 16, 2022
Jan 21, 2022
Oct 21, 2021

Repository files navigation

Feast Java components (deprecated)

complete

Note: This repository worked with Feast 0.9 and before. Please look at http://github.com/feast-dev/feast for the more up to date version of this repo.

Overview

This repository contains the following Feast components.

  • Feast Core: The central feature registry used to define and manage entities and features.
  • 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.
  • Helm Charts: The repository also contains Helm charts to deploy Feast Core and Feast Serving into a Kubernetes cluster.

Architecture

  • Feast Core has a dependency on Postgres.
  • 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. Please see Feast Spark for more details about ingesting data into the online store.
  • Feast Serving has a dependency on Feast Core.
  • The Go and Python Clients are not a part of this repository.

Contributing

Guides on Contributing:

Installing using Helm

Please see the Helm charts in charts.

Contributors 14

Languages