Python feature server
Python feature server
Overview
CLI
Performance Configuration
# Basic usage
feast serve
# Production configuration with multiple workers
feast serve --workers -1 --worker-connections 1000 --registry_ttl_sec 60
# Manual worker configuration
feast serve --workers 8 --worker-connections 2000 --max-requests 1000Performance Best Practices
Deploying as a service
Example
Initializing a feature server
Retrieving features
Pushing features to the online and offline stores
Materializing features
Starting the feature server in TLS(SSL) mode
Obtaining a self-signed TLS certificate and key
Starting the Online Server in TLS(SSL) Mode
[Alpha] Static Artifacts Loading
Quick Example
Documentation
Online Feature Server Permissions and Access Control
API Endpoints and Permissions
Endpoint
Resource Type
Permission
Description
How to configure Authentication and Authorization ?
Last updated
Was this helpful?