You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/custom-pipelines-hello-world/README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
-
# Custom Pipelines Hello World Example
1
+
# Custom Pipelines Example Jobs using the SDK
2
2
3
-
This is a simple Flink job which uses the Decodable Custom Pipelines SDK.
4
-
It takes data from one Decodable stream, _purchase-orders_, processes the data (simply upper-casing the customer name of each purchase order record), and writes the modified records to another stream, _purchase\_order\_processed_.
3
+
This project contains several basic Flink jobs which use the Decodable Custom Pipelines SDK.
4
+
The jobs are all centered around the same example which is about consuming data from one Decodable stream, _purchase-orders_, processing the records (upper-casing the customer name of each purchase order record), and writing the modified records to another stream, _purchase\_order\_processed_.
5
5
6
-
The job is implemented twice, showing two different flavours:
6
+
The example is implemented in a few different flavours, demonstrating how to work with:
0 commit comments