docs: Example to install feast on local computer using Kind by dmartinol · Pull Request #4528 · feast-dev/feast
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
postgrestemplate 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
Jobis 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
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "Note If you see the following error, it is likely due to the [issue #4392](https://github.com/feast-dev/feast/issues/4392):\n", |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're showing this error on purpose then, eh?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, the issue has been fixed after this PR, I should have updated it.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters