arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

SQLite

hashtag
Description

The SQLitearrow-up-right 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

hashtag
Example

Configuration options are available .

feature_store.yaml
project: my_feature_repo
registry: data/registry.db
provider: local
online_store:
  type: sqlite
  path: data/online_store.db
herearrow-up-right