Live data from Hacker News

Google launches Public Datasets program

cloud.google.com

1–10 of 98 posts

Re: Google launches Public Datasets program

#4
I 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

#5
One large difference between this program and alternative programs is that data already resides in Google BigQuery:

- You do not need to spin up a database to work with BigQuery

- You can simply start writing SQL on top of BigQuery

- You may leverage Dataflow and MapReduce connectors to work with this data directly in Hadoop, Spark, or Dataflow

- BigQuery has a free tier - one Terabyte of data processed per month

Finally, for folks who would like to share their datasets, BigQuery offers free hosting and credits to help get a pipeline going.

(disclosure: work on BigQuery)

Post reply on HN