Skip to content

Commit

Permalink
Support multiple features per key in firestore format spec (#1374)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
  • Loading branch information
oavdeev authored Mar 9, 2021
1 parent e313455 commit 964f3a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added docs/specs/firebase_online_example.monopic
Binary file not shown.
Binary file modified docs/specs/firebase_online_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/specs/online_store_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We use the following structure to store feature data in the Firestore:
* second level, in each project-collection, there is a Firebase document for each Feature Table
* third level, in the document for the Feature Table, there is a subcollection called `values` that contain a document per feature row. That document contains the following fields:
* `key` contains entity key as serialized `feast.types.EntityKey` proto
* `value` contains value as serialized `feast.types.Value` proto
* `values` contains feature name to value map, values serialized as `feast.types.Value` proto
* `event_ts` contains event timestamp (in the native firestore timestamp format)
* `created_ts` contains write timestamp (in the native firestore timestamp format)

Expand Down

0 comments on commit 964f3a5

Please sign in to comment.