Ask HN: Where to host open datasets?

12 points by jakobegger ↗ HN
Companies and public institutions are increasingly making data available for the public. At the moment, there seems to be no standard for hosting public data. So if you want to access public data, you usually have navigate poorly designed websites, and then download CSV files, or json files, or SQL dumps, or XML dumps...

Some people have started using Github for hosting datasets. Unfortunately Github isn't nearly as well suited for data as for code.

Is there something better out there? I'm looking for a platform that has a standard API to access hosted data, with a web interface that lets you preview/query the data without downloading it first.

Does something like this exist yet?

5 comments

[ 6.8 ms ] story [ 27.8 ms ] thread
(comment deleted)
AWS hosts large public data sets: https://aws.amazon.com/public-data-sets/

The problem with data is that every set can have a different schema. Hence there is no universal API across datasets that will make naive queries possible across multiple data products.

Good luck.