Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 381 Bytes

local.md

File metadata and controls

16 lines (12 loc) · 381 Bytes

Local

Description

  • Offline Store: Uses the File offline store by default. Also supports BigQuery as the offline store.
  • Online Store: Uses the Sqlite online store by default. Also supports Redis and Datastore as online stores.

Example

{% code title="feature_store.yaml" %}

project: my_feature_repo
registry: data/registry.db
provider: local

{% endcode %}