A collection of demos using Apache Flink™'s python Table API.
- Flink (v1.10.1+).
- Python3 or python3.*.
- PyFlink python module should be installed.
- word_count
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.