Git Product home page Git Product logo

feast-helm-charts-old's Introduction

Feast Helm Charts (Deprecated)

โš ๏ธ Note: This repo is no longer actively maintained. Please look to https://github.com/feast-dev/feast for the latest helm charts.

Since Feast 0.10 our vision is to manage all infrastructure for feature store from one place - Feast SDK. But while this new paradigm is still in development, we are planning to support the installation of some Feast components (like Java feature server) through Helm chart presented in this repository. However, we do not expect helm chart to become a long-term solution for deploying Feast components to production, and some frictions still might exist. For example, you will need to manually sync some configurations from feature_store.yaml into the chart context (like path to the registry file or project name).

This repo contains Helm charts for Feast components that are being installed on Kubernetes:

  • Feast (root chart): The complete Helm chart containing all Feast components and dependencies. Most users will use this chart, but can selectively enable/disable subcharts using the values.yaml file.
    • Feature Server: High performant JVM-based implementation of feature server.
    • Transformation Service: Transformation server for calculating on-demand features
    • Redis: (Optional) One of possible options for an online store used by Feature Server

Chart: Feast

Feature store for machine learning Current chart version is 0.101.0

Installation

Charts are published to https://feast-helm-charts.storage.googleapis.com. Please note that this URL is different from the URL we previously used (feast-charts)

Run the following commands to add the repository

helm repo add feast-charts https://feast-helm-charts.storage.googleapis.com
helm repo update

Install Feast

helm install feast-release feast-charts/feast

Customize your installation

This Feast chart comes with a values.yaml that allows for configuration and customization of all sub-charts.

In order to modify the default configuration of Feature Server, please use the application-override.yaml key in the values.yaml file in this chart. A code snippet example

feature-server:
    application-override.yaml:
        enabled: true
        feast:
            active_store: online
            stores:
            - name: online
              type: REDIS
              config:
                host: localhost
                port: 6379

For the default configuration, please see the Feature Server Configuration.

For more details, please see: https://docs.feast.dev/how-to-guides/running-feast-in-production

Requirements

Repository Name Version
https://charts.helm.sh/stable redis 10.5.6
https://feast-helm-charts.storage.googleapis.com feature-server(feature-server) 0.15.0
https://feast-helm-charts.storage.googleapis.com transformation-service(transformation-service) 0.15.0

Values

Key Type Default Description
feature-server.enabled bool true
global.project string "default" Project from feature_store.yaml
global.registry object {"cache_ttl_seconds":0,"path":"gs://path/to/registry.db"} Information about registry managed by Feast Python SDK (must be in sync with feature_store.yaml)
global.registry.cache_ttl_seconds int 0 Registry cache (in memory) will be refreshed on this interval
global.registry.path string "gs://path/to/registry.db" Path to the registry file managed by Feast Python SDK
redis.enabled bool false Flag to install Redis
redis.usePassword bool false Disable redis password
transformation-service.enabled bool true

feast-helm-charts-old's People

Contributors

adchia avatar pyalex avatar woop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.