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

https://github.com/soypete/example_flink_plan_python_cab


https://github.com/soypete/example_flink_plan_python_cab

apache-flink example python

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example Flink Plan - Python

The `main.py` file represents a python implementation of the first assignment found on the Udemy flink in action course.

before running
```rm cab-out.txt```

This is how to run the plan on my machine
```./usr/local/Cellar/apache-flink/1.7.1/libexec/bin/pyflink-stream.sh ./Users/miriah.peterson@getweave.com/code/flink_tutorial/assignment_1/src/main.py```

To run the flink site example:
```./usr/local/Cellar/apache-flink/1.7.1/libexec/bin/pyflink-stream.sh ./Users/miriah.peterson@getweave.com/code/flink_tutorial/assignment_1/flink_example_word_count.py```