How to deal with streaming data? #37
Unanswered
davidgasquez
asked this question in
Q&A
Replies: 1 comment
|
Real time datasets might be better suit for other projects. If we're speaking about public data (science, governments, climate, ...), updating datasets once per day seems reasonable. In theory, we could try doing microbatching each 5 minutes or so for datasets that need that recency. E.g: a GitHub action that scrapes a website every 5 minutes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Some datasets will need to be updated every few minutes or every hour.
All reactions