Using Scalable Registry
Tutorial on how to use the SQL registry for scalable registry updates
Overview
project: <your project name>
provider: <provider name>
online_store: redis
offline_store: file
registry:
registry_type: sql
path: postgresql://postgres:mysecretpassword@127.0.0.1:55001/feast
cache_ttl_seconds: 60
sqlalchemy_config_kwargs:
echo: false
pool_pre_ping: trueExample Usage: Concurrent materialization
Last updated
Was this helpful?