Re: Enrichment of stream from another stream

2022-09-19 Thread Noel OConnor
Thanks Marco, I'll give it a try. cheers Noel On Sat, Sep 17, 2022 at 7:14 PM Marco Villalobos wrote: > > 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 a

Re: Enrichment of stream from another stream

2022-09-17 Thread Marco Villalobos
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