Last updated 2 years ago
The online store provides support for materializing feature values into an SQLite database for serving online features.
All feature values are stored in an on-disk SQLite database
Only the latest feature values are persisted
project: my_feature_repo registry: data/registry.db provider: local online_store: type: sqlite path: data/online_store.db
Configuration options are available .