Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tianhanfangyan/flink-python-demos

Flink Python Demos
https://github.com/tianhanfangyan/flink-python-demos

demo flink python python3

Last synced: about 1 month ago
JSON representation

Flink Python Demos

Awesome Lists containing this project

README

        

# flink-python-demos
A collection of demos using Apache Flink™'s python Table API.

## Getting Started

### Prerequisites
* Flink (v1.10.1+).
* Python3 or python3.*.
* PyFlink python module should be installed.

### Demos

1. 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.