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:[email protected]:55001/feast
cache_ttl_seconds: 60Example Usage: Concurrent materialization
Last updated
Was this helpful?