◐ Shell
clean mode source ↗

docs: Example to install feast on local computer using Kind by dmartinol · Pull Request #4528 · feast-dev/feast

@dmartinol

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 <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>

@dmartinol

@lokeshrangineni

Signed-off-by: Daniele Martinoli <dmartino@redhat.com>

@dmartinol

lokeshrangineni

Signed-off-by: Daniele Martinoli <dmartino@redhat.com>

@dmartinol

franciscojavierarceo

"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.

franciscojavierarceo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!