Datastore

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.

Example

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

Configuration options are available herearrow-up-right.

Last updated

Was this helpful?