Exponential moving average with Flink SQL

44 views Asked by At

I want to mimic an example of an exponential moving average with Flink SQL. The data is coming from a Kafka broker which I am connecting with Flink SQL. Is it possible to achieve exponential moving average?

I have tried simple moving average on streaming data but unable to mimic the exponential moving average

0

There are 0 answers