-
Notifications
You must be signed in to change notification settings - Fork 10
User Defined Functions tutorial #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tomncooper
merged 31 commits into
streamshub:main
from
piotrpdev:docs/user-defined-functions-tutorial
Jun 24, 2025
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c7f0503
Add "International Sales" to data generator
piotrpdev 560916c
Add "CurrencyConverter" UDF code
piotrpdev 981bff5
Add User Defined Function tutorial
piotrpdev ad2ae44
Make UDF `TEMPORARY`
piotrpdev c9fa11e
Persist query with UDF to Kafka
piotrpdev b80b7d2
Add note for Flink Archetype
piotrpdev 073eadc
Change where UDF is mounted
piotrpdev 8f72f9b
Apply suggestions from code review
piotrpdev ab382c5
Create `flink.version` pom property
piotrpdev 0c7191c
Explain what first kafka-consumer command is doing
piotrpdev 1ce56b3
Move solution after problem
piotrpdev cf0e74b
Ask for currency symbols
piotrpdev d43dc83
Change currency `Map` to `enum`
piotrpdev 96ece59
Don't show `pom.xml`
piotrpdev adb7c80
Don't check Maven artefacts
piotrpdev 4c9829d
Replace all `example` with `streamshub`
piotrpdev 94563f7
Move separator to enum
piotrpdev 676072c
Move parsing to `Currency.fromCurrencyAmount()`
piotrpdev 72d5457
Combine `enum` and `Map` approaches
piotrpdev 3b1d36a
Move all parsing logic to `enum`
piotrpdev 8c3c961
Extract `enum` to separate file
piotrpdev 54d5e90
Update tutorial with new code
piotrpdev 52ff05d
Use latest flink docs everywhere
piotrpdev 4f31fbb
Add UDF tests
piotrpdev fa5b023
Add `docker-maven-plugin`
piotrpdev b71320b
Add `FlinkDeployment`
piotrpdev 144f477
Apply suggestions from code review
piotrpdev b76ef8b
Make tutorial code match example code better
piotrpdev 6210b13
Change query for faster results
piotrpdev 05a02e7
Build and push image in CI
piotrpdev b400a3b
Apply suggestions from code review
piotrpdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,3 +31,6 @@ dependency-reduced-pom.xml | |
|
|
||
| # Rendered Docs | ||
| *.html | ||
|
|
||
| # Maven Wrapper files | ||
| .mvn | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.