singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.25k stars 147 forks source link

Run singer tap-target infinitely #91

Open shubhransh-locale opened 2 years ago

shubhransh-locale commented 2 years ago

Hello, We have a use case where we want to run our tap-target infinitely and not stop after 1 run meaning, Tap runs at a time and take some data, pass it to target to the destination, Now we dont want to stop here Again tap should be executed so that it can take new data. Is this somehow possible and how we can achieve it?

rawwar commented 1 year ago

@shubhransh-locale , take a look at Meltano(www.github.com/meltano/meltano). You can create and schedule jobs with it