I might need more details, but conceptually, streams can be thought of as never
ending tables
and our code as functions applied to them.
JOIN is a concept supported in the SQL API and DataStream API.
However, the SQL API is more succinct (unlike my writing ;).
So, how about the "fast stream" ma
Hi,
I'm trying to determine the best way to enrich the event payload of a
fast moving incoming stream with values in another stream which is far
more slow moving.
I'm converting the second stream into a table for continuous query
functionality and I wonder what is the best way to take the values of