How to process historical data stream in response to dynamic queries in Flink -


i'm trying create datastreams dynamically @ run-time union of historical , real-time data stream (both pre-preprocessed using table->retract stream conversion). want generate aggregations , views dynamically on union stream based on query parameters @ run-time - these views use overlapping subsets of data union stream.

it seems it's not possible emit subsets of pre-loaded data further processing downstream operators. possible in flink?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -