Can we extract the datasets to work with them on our own (cheaper to query) servers?
Of course! BigQuery export operations are free. Although compared with other cloud technologies, BigQuery is incredibly cost-effective :)
Google launches Public Datasets program
11–20 of 98 posts
Re: Google launches Public Datasets program
#12I work and play in data. By far the best resource I've encountered is https://app.enigma.io/ Signups are free. The aggregated public data is plentiful and easily discovered, indexed, filtered, and exported. Free account have API limitations, but as far as govt data is concerned, I don't find that its updated often enough to peg my API rate limiter anyway.
Re: Google launches Public Datasets program
#13Can we extract the datasets to work with them on our own (cheaper to query) servers?
Re: Google launches Public Datasets program
#14This is a much more useful list: https://www.reddit.com/r/bigquery/wiki/datasets I'm not sure why Google hosts it on Reddit. There's some interesting (and more up-to-date) stuff on there.
I think the Google Cloud team watches the community and helps promote the forums that have the most active for a given product.
Re: Google launches Public Datasets program
#15"HACKER NEWS - A dataset that contains all stories and comments from Hacker News since its launch in 2006." I know what I'm doing this weekend.
Re: Google launches Public Datasets program
#16https://cloud.google.com/bigquery/public-data/hacker-news#wh...
Re: Google launches Public Datasets program
#17Covered in Wired: http://www.wired.com/2008/01/google-to-provi/
Update: And the shutdown article, 11 months later: http://www.wired.com/2008/12/googlescienceda/
Re: Google launches Public Datasets program
#18Re: Google launches Public Datasets program
#19"HACKER NEWS - A dataset that contains all stories and comments from Hacker News since its launch in 2006." I know what I'm doing this weekend.
- How to use the Hacker News dataset https://medium.com/google-cloud/big-data-stories-in-seconds-...
- Discussion of the HN dataset announcement here https://news.ycombinator.com/item?id=10440502
- An iPython notebook: https://github.com/fhoffa/notebooks/blob/master/analyzing%20...
- More: http://debarghyadas.com/writes/looking-back-at-9-years-of-ha...
Disclaimer: I'm Felipe Hoffa, and I work at Google. (https://twitter.com/felipehoffa)
Re: Google launches Public Datasets program
#20Can we extract the datasets to work with them on our own (cheaper to query) servers?
Most of the datasets seem to be available to download here https://www.reddit.com/r/bigquery/wiki/datasets .
What’s "big" about any of them?
That’s literally a standard database size, and can be easily done with any postgres install.
All of that data combined can be stored and quickly queried on just 10 dedicated servers, for an overall price of 200€/month.
And with "all" I mean "all 20TB".
And with "quickly" I mean "faster than a network request to Google".
________________
Due to rate limiting, I can't answer you at the moment, vgt. So my answer will happen here, inline:
> Well, like this:
> If someone wants to decide if they want to build a business on bigquery, they want to evaluate it's performance on an average data set before for free.
> Assuming the test data is thought for similar cases it has to be of similar size to the average dataset used with BigQuery.