You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/architecture/write-patterns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Writing Data to Feast
2
2
3
-
Feast uses a [Push Model](getting-started/architecture/push-vs-pull-model.md) to push features to the online store.
3
+
Feast uses a [Push Model](push-vs-pull-model.md) to push features to the online store.
4
4
5
5
This has two important consequences: (1) communication patterns between the Data Producer (i.e., the client) and Feast (i.e,. the server) and (2) feature computation and
6
6
_feature value_ write patterns to Feast's online store.
0 commit comments