; 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
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
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