[1] http://massivelyfun.com/saying-goodbye/
Ask HN: Best way to distribute multi-GB dataset?
1–10 of 10 posts
I'm in the process of shutting down Word2[1], an MMO scrabble-like word game we built for Node Knockout back in 2010. The game's world is amazing - ~265MM tiles, ~123MM played words, over 1MM unique players. Once all personally identifiable information has been removed, I'd like to provide it to interested parties to play with. The clean dataset will be ~15GB compressed - what's the preferred way to share multi-GB files these days? Bittorrent, S3 (probably Requester Pays unless there's another option with manageable costs), or something else? Suggestions welcome.
Re: Ask HN: Best way to distribute multi-GB dataset?
#2Bittorrent
Re: Ask HN: Best way to distribute multi-GB dataset?
#3Sourceforge
Re: Ask HN: Best way to distribute multi-GB dataset?
#4Bittorrent
Seems reasonable, though given the size of the file I'm probably going to have to host it somewhere for seeding purposes rather than just parking it on my home fileserver (yay Comcast monopoly in my area).
Re: Ask HN: Best way to distribute multi-GB dataset?
#5Sourceforge
Interesting - hadn't considered that possibility. Thanks! I'll look into it.
Re: Ask HN: Best way to distribute multi-GB dataset?
#6Re: Ask HN: Best way to distribute multi-GB dataset?
#7http://archiveteam.org
Rad! Haven't run across Archive Team before. Looking into them now.
Re: Ask HN: Best way to distribute multi-GB dataset?
#8Bittorrent
Seems reasonable, though given the size of the file I'm probably going to have to host it somewhere for seeding purposes rather than just parking it on my home fileserver (yay Comcast monopoly in my area).
How about a torrent hosted on s3?
http://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.htm...
Re: Ask HN: Best way to distribute multi-GB dataset?
#9Bittorrent Sync
Re: Ask HN: Best way to distribute multi-GB dataset?
#10Earlier quoted context omitted.
Seems reasonable, though given the size of the file I'm probably going to have to host it somewhere for seeding purposes rather than just parking it on my home fileserver (yay Comcast monopoly in my area).
How about a torrent hosted on s3? http://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.htm...
Looks like that only works for 5GB files or less, which is a shame.