confluent modernization tutorial#129
Closed
joshuajnoble wants to merge 10 commits into
Closed
Conversation
7987113 to
1ba4ada
Compare
Signed-off-by: joshuajnoble <joshuajnoble@gmail.com>
1ba4ada to
f279d3a
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new “Confluent modernization” tutorial under tutorials/17-data-streaming/, including a Jupyter notebook walkthrough, a Streamlit dashboard for live ksqlDB streaming results, and a pinned Python dependency set to run the tutorial.
Changes:
- Added a Streamlit dashboard that concurrently streams and visualizes two ksqlDB query streams (“high value claims” and “provider claim spikes”).
- Added an end-to-end notebook that walks through Confluent Cloud setup, schema registry usage, ksqlDB stream/table creation, and Tableflow/Iceberg querying.
- Added a tutorial-scoped
requirements.txtfor the tutorial’s Python environment.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 15 comments.
| File | Description |
|---|---|
| tutorials/17-data-streaming/confluent-modernization/requirements.txt | Adds Python dependencies needed to run the notebook/dashboard (currently missing a couple required packages). |
| tutorials/17-data-streaming/confluent-modernization/dashboard_two_stream.py | Streamlit app that streams two ksqlDB queries and renders metrics/tables. |
| tutorials/17-data-streaming/confluent-modernization/confluent_modernization_notebook.ipynb | Tutorial notebook covering Confluent setup, ksqlDB, and Tableflow/Iceberg + dashboard instructions. |
Comments suppressed due to low confidence (1)
tutorials/17-data-streaming/confluent-modernization/requirements.txt:52
python-dotenv(used byfrom dotenv import load_dotenv) andpyiceberg(used in the notebook) are missing from this requirements file, so a fresh install will fail withModuleNotFoundErrorwhen running the tutorial.
websockets==16.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
Checklist