Re: Julia API/Interface for Flink

2021-02-23 Thread Khachatryan Roman
Hi, AFAIK there is no direct support for Julia in Flink currently. However, you may try to call Python from Julia using either Statefun Python SDK [1] or PyFlink [2]; or implement a remote Statefun module [3]. [1] https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2/sdk/python.htm

Julia API/Interface for Flink

2021-02-22 Thread Beni Bilme
Hello, Is there a julia api or interface for using flink? Thanks in advance for any response. Beni