Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tianhanfangyan/flink-python-demos
- Owner: tianhanfangyan
- License: mit
- Created: 2020-05-29T09:02:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T09:37:42.000Z (over 4 years ago)
- Last Synced: 2024-11-07T20:33:02.955Z (3 months ago)
- Topics: demo, flink, python, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.