Re: Refreshing data in streaming Pipeline

2022-07-11 Thread Israel Herraiz via user
I think you could apply this pattern for that: https://beam.apache.org/documentation/patterns/side-inputs/#slowly-updating-side-input-using-windowing On Sun, 10 Jul 2022 at 18:19, Mark Striebeck wrote: > Hi, > > We want to use Beam (Python) to stream live stock market data to our > internal syst

Refreshing data in streaming Pipeline

2022-07-10 Thread Mark Striebeck
Hi, We want to use Beam (Python) to stream live stock market data to our internal systems. Every day before the market opens, we need to refresh some data (e.g. current ticker symbols). Currently, we are holding this data in a simple dictionary in the relevant Beam transformations (loading it in s