1

Is it possible to use PyFlink with python machine learning libraries such as LightGBM for a streaming application? Is there any good example for this?

Hellen
  • 3,472
  • 5
  • 18
  • 25
hmohanna
  • 71
  • 4

1 Answers1

0

There is no complete example but you can take a loot at Getting Started with Flink Python and then take a look at how Python UDFs can be used: UDFs in the Table API.

aljoscha
  • 986
  • 5
  • 7