Skip to content

feat: Add demo notebooks for users#6387

Open
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:demo_notebooks
Open

feat: Add demo notebooks for users#6387
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:demo_notebooks

Conversation

@ntkathole
Copy link
Copy Markdown
Member

@ntkathole ntkathole commented May 9, 2026

What this PR does / why we need it:

Users onboarding to a Feast have no standardized way to explore their project or learn how to retrieve features. They must manually read documentation and write boilerplate code to understand what entities, feature views, and services exist and how to use them for training or serving.

This PR adds a new copy_demo_notebooks() function to the Feast Python SDK (and a corresponding feast demo-notebooks CLI command) that generates tailored Jupyter notebooks for any Feast project. The notebooks auto-adapt to the project's feature_store.yaml configuration and provide ready-to-run examples for data scientists.

A single command generates a set of project-specific demo notebooks:

from feast import copy_demo_notebooks
copy_demo_notebooks()

Or via CLI:

# feast demo-notebooks

Generated notebooks:

01_feature_store_overview.ipynb - Explore registered entities, feature views, services, and data sources
02_historical_features_training.ipynb - Build training datasets using point-in-time correct historical retrieval
03_online_features_serving.ipynb - Materialize features and serve them at low latency for inference

@ntkathole ntkathole self-assigned this May 9, 2026
@ntkathole ntkathole requested a review from a team as a code owner May 9, 2026 04:55
@ntkathole ntkathole force-pushed the demo_notebooks branch 2 times, most recently from aa7b2a6 to 8096d86 Compare May 9, 2026 05:02
@ntkathole ntkathole changed the title feat: Add demo noteboooks for users feat: Add demo notebooks for users May 9, 2026
@ntkathole ntkathole force-pushed the demo_notebooks branch 3 times, most recently from fffdff3 to 8432dce Compare May 12, 2026 11:50
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
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.

2 participants