Re: Java implementations of Streaming applications for Flink

2020-02-25 Thread Piper Piper
; Hi all, >> >> The examples in the Flink github repo do not seem to include many >> standard streaming applications compared to the batch examples. >> >> Where can I get standard (recommended) Java implementations of >> “Streaming” applications for Flink, that ar

Re: Java implementations of Streaming applications for Flink

2020-02-25 Thread Robert Metzger
t; > Where can I get standard (recommended) Java implementations of “Streaming” > applications for Flink, that are clearly: (1) CPU-intensive, like streaming > PageRank, streaming K-Means, etc., and (2) I/O-intensive, and if possible > also, (3) Network intensive? > > By "stan

Java implementations of Streaming applications for Flink

2020-02-24 Thread Piper Piper
Hi all, The examples in the Flink github repo do not seem to include many standard streaming applications compared to the batch examples. Where can I get standard (recommended) Java implementations of “Streaming” applications for Flink, that are clearly: (1) CPU-intensive, like streaming