Question: Does meltano support streaming data?
# troubleshooting
s
Question: Does meltano support streaming data?
a
Hi, @Stéphane Burwash! Yes - but with some caveats. 1. The tap and target need to gracefully handle interruptions. For instance, the tap needs to send frequent-enough state messages so bookmarks are kept up to date. 2. The target needs to have a max-age-of-record implementation to prevent a low-volume stream from never being flushed - or being flushed after a ridiculous amount of time like a few days. More discussion is here: https://github.com/MeltanoLabs/Singer-Working-Group/issues/7