Re: user driven stream processing
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/user-driven-stream-processing-tp16935p16946.html
Another example is King's RBEA platform [1] which was built on Flink.
In a nutshell, RBEA runs a single large Flink job, to which users can add queries that should be computed.
Of course, the query language is restricted because they queries must match on the structure of the running job.
Hope this helps,
Fabian