Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Example to install feast on local computer using Kind #4528

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

dmartinol
Copy link
Contributor

@dmartinol dmartinol commented Sep 17, 2024

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.

  • Prerequisites are mentioned and reference installation commands provided for MacOS.
  • A postgres template is used to initialize the project.
  • All the commands are executed from individual notebooks, which also report the output of the latest run.
  • Hints are provided to customize the provided code for a personalized experience.
  • A dedicated Job is used to apply the feature store definitions (e.g. feast apply) and materializations, overcoming issues: Remote materialization #4526 and Remote apply #4529

Note: 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

Signed-off-by: Daniele Martinoli <[email protected]>
Signed-off-by: Daniele Martinoli <[email protected]>
@dmartinol
Copy link
Contributor Author

@dmartinol dmartinol mentioned this pull request Sep 17, 2024
@lokeshrangineni
Copy link
Contributor

lokeshrangineni commented Sep 17, 2024

A brief readme.md description about the example at https://github.com/dmartinol/feast/tree/install_kind/examples/kind-quickstart will help before looking at all the jupyter notebooks and figure it out. something similar to this PR description or section in pre-req.

Signed-off-by: Daniele Martinoli <[email protected]>
@dmartinol
Copy link
Contributor Author

A brief readme.md description about the example at https://github.com/dmartinol/feast/tree/install_kind/examples/kind-quickstart will help before looking at all the jupyter notebooks and figure it out. something similar to this PR description or section in pre-req.

Thanks for noticing, it reained untracked in my local repo 😲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add example of deployment of Feast in local Kubernetes environment
3 participants