Flink Python Demos
A collection of demos using Apache Flink™’s python Table API.
An extremely simple analysis program uses a source from a simple string, counts the occurrences of each word
and outputs to a file on disk.