arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Datastore

hashtag
Description

The Datastorearrow-up-right online store provides support for materializing feature values into Cloud Datastore. The data model used to store feature values in Datastore is described in more detail herearrow-up-right.

hashtag
Example

Configuration options are available .

feature_store.yaml
project: my_feature_repo
registry: data/registry.db
provider: gcp
online_store:
  type: datastore
  project_id: my_gcp_project
  namespace: my_datastore_namespace
herearrow-up-right