docs: Add Feast and Chronon summit presentation - #6850
Open
franciscojavierarceo wants to merge 1 commit into
Open
franciscojavierarceo wants to merge 1 commit into
franciscojavierarceo wants to merge 1 commit into
Conversation
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds the 22-slide Feast + Chronon presentation for Feature Store Summit under
docs/presentations/feast-chronon-summit/, linked from the docs navigation. The standalone HTML includes the checkout code walkthrough, actual Feast UI screenshot, and recorded demo, and works offline without Feast or Chronon running.Includes speaker notes, a standard-library Python generator, source media, and instructions for downloading, presenting, editing, and rebuilding the deck. This is a dated snapshot of the proposed integration in #6188: implementation claims reference
55873756b, while the embedded September 13 demo remains pinned tofc3c683d9.Which issue(s) this PR fixes:
Related to #6188. This PR contains presentation/documentation assets only and can be reviewed independently of the adapter changes.
Checks
git commit -s)Testing Strategy
Rebuilt the deck using only Python's standard library and the committed assets. Confirmed the generated HTML, notes, and content JSON match the existing presentation byte-for-byte. Checked all 22 slides and note blocks, embedded video/image payloads, JavaScript syntax with
node --check, Ruff lint/format checks for the generator, andgit diff --check.No Feast runtime code changes. The rebuild validation does not rerun the historical demo or integration tests recorded in the presentation.