You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
BigQuery is a terrible solution for hosting data from a user perspective.
Describe the solution you'd like
A weekly or even monthly updated data dump would be much more useful. Or implement a pagination mechanism in the API so the full data set can be downloaded efficiently. I recognize it's a lot of data so even just a subset of the relevant details (score, date, hash) would be helpful at this point. Amplifying information could then be queried later if needed.
Describe alternatives you've considered
Single API calls of every library I'm interested in but the latency is too significant for any sufficiently large project. It would be easier to simply have this data in my local database to do queries that way.
Additional context
No
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
BigQuery is a terrible solution for hosting data from a user perspective.
Describe the solution you'd like
A weekly or even monthly updated data dump would be much more useful. Or implement a pagination mechanism in the API so the full data set can be downloaded efficiently. I recognize it's a lot of data so even just a subset of the relevant details (score, date, hash) would be helpful at this point. Amplifying information could then be queried later if needed.
Describe alternatives you've considered
Single API calls of every library I'm interested in but the latency is too significant for any sufficiently large project. It would be easier to simply have this data in my local database to do queries that way.
Additional context
No
The text was updated successfully, but these errors were encountered: