Skip to content

salbat/wordstream-flink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordstream-flink

Streaming filter on Flink for netcat on Windows. You need to run netcat "nc" on Windows using the following commnad:

nc64.exe -L -p 9999

In Linux/Mac OS, this command will be:

nc -l 9999

The code can be run directly from within the Intellij IDEA IDE.

Flink examples:

  • FilterSettings: Basic streaming by filtering double input only. Other types of input will be ignored.
  • WaterMarkEventSettings: Creating a sum 10-second window every 5 seconds.

Releases

No releases published

Packages

No packages published

Languages