项目作者: tianhanfangyan

项目描述 :
Flink Python Demos
高级语言: Python
项目地址: git://github.com/tianhanfangyan/flink-python-demos.git
创建时间: 2020-05-29T09:02:09Z
项目社区:https://github.com/tianhanfangyan/flink-python-demos

开源协议:MIT License

下载


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.