Ask HN: Where can I host a large data-set (35GB) in public?
7 comments
How big is it if you gzip or bz2 it? I've found compression to be pretty effective for datasets like this.
Good suggestion. gzip reduced one file from 2332528640 to 129440511
Bzip may do yet better, though it will take longer. 7z may be worth a try too. You're getting into the range where you could just toss the whole thing up somewhere without much hassle. If you're not trying to make money, I'd just throw the whole data set out there on a torrent. Why take the time to write an access service when you don't even know what people are going to want to do with it? First thing a serious researcher is likely to do anyhow is just scrape the whole thing off your website, at much greater expense to you.
Have you considered setting up a torrent of all the data thus far and then hosting only recent data? Then every month or so you can just create a new torrent with the data for that month and you will only be hosting a small amount of data at one time.
Doesn't look like they have resources on hosting the data but I'll dig around their discussion groups some more. Thanks.
You can try using Amazon S3 (storage) + CoralCDN (distribution). Just use S3's permission system to restrict access other than through CoralCDN and you should have cheap and reliable storage that won't drive your bill crazy.
Would infochimps.com be useful for this?
Yes, we'd be love to host this dataset for free. Send an email to [email protected] and we can arrange the transfer.
Sorry! Accidentally clicked the "down" button on your comment and there's no way to undo it.
If what you did is legal and you are legally able to share it, archive.org would be a good choice I guess.
make a torrent
The data is cool and I think people would have fun analyzing and making mashups. It consists of JSON and HTML fragments with a simple API of sorts to navigate:
The content of "index.js" is an array showing what months, within 2010, are available:
Knowing the Months, you can then look up the days:
Within each day you can check the Hours:
Within each hour, you can get the JSON file:
and so on and so on...
Freebase and Amazon Public Data Sets have been suggested but don't look like a good fit. Right now the file size of the 3 TAR files is about 35GB aprox.
Any further suggestions?