LogoLogo
CtrlK
  • Introduction
  • Community
  • Roadmap
  • Changelog
  • Getting started
    • Quickstart
    • Concepts
    • Architecture
    • Learning by example
    • Third party integrations
    • FAQ
  • Tutorials
    • Overview
    • Driver ranking
    • Fraud detection on GCP
    • Real-time credit scoring on AWS
    • Driver stats on Snowflake
    • Validating historical features with Great Expectations
    • Using Scalable Registry
    • Building streaming features
  • How-to Guides
    • Running Feast with Snowflake/GCP/AWS
    • Running Feast in production
    • Deploying a Java feature server on Kubernetes
    • Upgrading from Feast 0.9
    • Adding a custom provider
    • Adding a new online store
    • Adding a new offline store
    • Adding or reusing tests
  • Reference
    • Codebase Structure
    • Data sources
    • Offline stores
    • Online stores
    • Providers
    • Feature repository
    • Feature servers
      • Python feature server
      • Go-based feature retrieval
    • [Alpha] Web UI
    • [Alpha] Data quality monitoring
    • [Alpha] On demand feature view
    • [Alpha] AWS Lambda feature server
    • Feast CLI reference
    • Python API reference
    • Usage
  • Project
    • Contribution process
    • Development guide
    • Versioning policy
    • Release process
    • Feast 0.9 vs Feast 0.10+
Powered by GitBook
On this page

Was this helpful?

Edit
  1. Reference

Feature servers

Feast users can choose to retrieve features from a feature server, as opposed to through the Python SDK.

Python feature serverhttps://github.com/feast-dev/feast/blob/v0.22-branch/docs/reference/feature-servers/go-feature-server.mdhttps://github.com/feast-dev/feast/blob/v0.22-branch/docs/reference/feature-servers/alpha-aws-lambda-feature-server.md
Previous.feastignoreNextPython feature server

Last updated 3 years ago

Was this helpful?