docs: Example to install feast on local computer using Kind#4528
docs: Example to install feast on local computer using Kind#4528franciscojavierarceo merged 7 commits into
Conversation
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Sorry, something went wrong.
|
A brief |
Sorry, something went wrong.
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Thanks for noticing, it reained untracked in my local repo 😲 |
Sorry, something went wrong.
franciscojavierarceo
left a comment
There was a problem hiding this comment.
lgtm!
Sorry, something went wrong.
What this PR does / why we need it:
Provide a reference implementation of Feast project installed on local Kind cluster and validated with a remote client.
postgrestemplate is used to initialize the project.Jobis used to apply the feature store definitions (e.g.feast apply) and materializations, overcoming issues: Remote materialization #4526 and Remote apply #4529Note: the execution of the client application is still affected by #4392 until we release the new version
Which issue(s) this PR fixes:
Fixes #4527