Skip to content

Files

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 20, 2024
Aug 23, 2022
Sep 23, 2024
Feb 25, 2025
Feb 24, 2025
Sep 21, 2024
Dec 18, 2024
Nov 22, 2024
Feb 1, 2025
Sep 12, 2024
Oct 15, 2024
Jun 13, 2024
Oct 10, 2024
Feb 25, 2025

Feast Examples

The following examples illustrate various Feast use cases to enhance understanding of its functionality.

  1. Quickstart Example: This is a step-by-step guide for getting started with Feast.
  2. Java Demo: Demonstrates how to use Feast with Java feature server and deploy it on Kubernetes.
  3. Kind Quickstart: Demonstrates how to install and use Feast on Kind with the Helm chart.
  4. Credit Risk End-to-End: Demonstrates how to use Feast with Java feature server and deploy it on Kubernetes.
  5. Python Helm Demo: Demonstrates Feast with Kubernetes using Helm charts and Python feature server.
  6. RBAC Local: Shows how to configure and test Role-Based Access Control (RBAC) for securing access in Feast using OIDC authorization in a local environment.
  7. RBAC Remote: Demonstrates how to configure and test Role-Based Access Control (RBAC) for securing access in Feast using Kubernetes or OIDC Authentication in a Kubernetes environment.
  8. Remote Offline Store: Demonstrates how to set up and use a remote offline store.
  9. Podman/Podman Compose Local: Demonstrates how to deploy Feast remote server components using Podman Compose locally.
  10. RHOAI Feast Demo: Showcases Feast's core functionality using a Jupyter notebook, including fetching online feature data from a remote server and retrieving metadata from a remote registry.

Feast Operator Examples

The examples below showcase how to deploy and manage Feast on Kubernetes using the Feast Go Operator.

  1. Operator Quickstart: Demonstrates how to install and use Feast on Kubernetes with the Feast Go Operator.
  2. Operator Quickstart with Postgres in TLS: Demonstrates installing and configuring Feast with PostgreSQL in TLS mode on Kubernetes using the Feast Go Operator, with an emphasis on volumes and VolumeMounts support.