Hi to all,
I was wondering if Flink could fit a use case where a user load a dataset
in memory and then he/she wants to explore it interactively. Let's say I
want to load a csv, then filter out the rows where the column value match
some criteria, then apply another criteria after seeing the results of the
first filter.
Is there a way to keep the dataset in memory and modify it interactively
without re-reading all the dataset every time I want to chain another
operation to my dataset?

Best,
Flavio

Reply via email to