hi, are there any examples of streaming/unbounded ...
# singer-tap-development
n
hi, are there any examples of streaming/unbounded taps anyone is aware of? either a db tap (eg subscribing to a db changelog and keeping that subscription open) or an api tap (eg registering a webhook handler with the source api and listening for new records over http (am aware this last approach needs to be combined with regular batch api calls for ensuring completeness))