LogoLogo
Ctrlk
  • Introduction
  • Blog
  • Community & getting help
  • Roadmap
  • Changelog
  • Getting started
    • Quickstart
    • Architecture
    • Concepts
    • Components
    • Third party integrations
    • FAQ
  • Tutorials
    • Sample use-case tutorials
    • Validating historical features with Great Expectations
    • Building streaming features
  • How-to Guides
    • Running Feast with Snowflake/GCP/AWS
    • Running Feast in production (e.g. on Kubernetes)
    • Customizing Feast
    • Adding or reusing tests
    • Starting Feast servers in TLS(SSL) Mode
  • Reference
    • Codebase Structure
    • Type System
    • Data sources
    • Offline stores
    • Online stores
    • Registries
    • Providers
    • Batch Materialization Engines
    • Feature repository
    • Feature servers
      • Python feature server
      • [Alpha] Go feature server
      • Offline Feature Server
    • [Beta] Web UI
    • [Beta] On demand feature view
    • [Alpha] Vector Database
    • [Alpha] Data quality monitoring
    • [Alpha] Streaming feature computation with Denormalized
    • Feast CLI reference
    • Python API reference
    • Usage
  • Project
    • Contribution process
    • Development guide
    • Backwards Compatibility Policy
    • 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/0.47-branch/docs/reference/feature-servers/go-feature-server.mdOffline Feature Serverhttps://github.com/feast-dev/feast/blob/0.47-branch/docs/reference/feature-servers/registry-server.md
Previous.feastignoreNextPython feature server

Last updated 7 months ago

Was this helpful?