Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 263 Bytes

Apache Flink Examples

PyFlink Installation

To use Flink’s Python API, you need to install PyFlink, which is a Python package that provides the DataStream and Table APIs for Python users. You can install PyFlink using pip:

pip install apache-flink