Hybrid
Description
Getting started
pip install 'feast[gcp,cassandra]'Example
project: my_feature_repo
registry: data/registry.db
provider: local
online_store:
type: hybrid
routing_tag: team # or any tag name you want to use in FeatureView's for routing
online_stores:
- type: bigtable
conf:
project_id: my_gcp_project
instance: my_bigtable_instance
- type: cassandra
conf:
hosts:
- cassandra1.example.com
- cassandra2.example.com
keyspace: feast_keyspace
username: feast_user
password: feast_passwordSetting the Routing Tag in FeatureView
Example FeatureView
Functionality Matrix
HybridOnlineStore
Last updated
Was this helpful?