Drop BigQuery and just provide a data dump or paginate API
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
Thanks for the suggestion on providing paginated API.