Newbie questions regarding updating the offline and online store #4313
Answered
by
franciscojavierarceo
RoyRubinTLVMC
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
franciscojavierarceo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, after reading the docs, and the quick start guide
I did not quite understand how the offline store is updated, and how it affects the online store.
Here is my simple testing use case:
I have data stored in several databases.
Every few hours I generate features from these databases.
the features will be stored in a parquet file.
this means - a new parquet file will be generated every few hours with the latest features.
after latest features are generated, I want to use them for model training (offline) or serving (online).
from the examples in the tutorial, it seemed to me that the feast "apply" command is performed only once.
The answer is probably hiding somewhere in the docs, but I couldn't find it.
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions