Registry
Options for registry implementations
File-based registry
project: feast_demo_aws
provider: aws
registry:
path: s3://[YOUR BUCKET YOU CREATED]/registry.pb
cache_ttl_seconds: 60
online_store: null
offline_store:
type: fileproject: feast_demo_gcp
provider: gcp
registry:
path: gs://[YOUR BUCKET YOU CREATED]/registry.pb
cache_ttl_seconds: 60
online_store: null
offline_store:
type: fileSQL Registry
Updating the registry
Accessing the registry from clients
Option 1: programmatically specifying the registry
Option 2: specifying the registry in the project's feature_store.yaml file
feature_store.yaml fileLast updated
Was this helpful?