Earlier quoted context omitted.
> Do you happen to have an S3 bucket with that data live? No. However, I'm helping start the Data Curation Core at the AIPHI here ( https://aiphi.shepherdresearchlab.org/ ). Our intent is to be a one stop shop for all medical data in Hawaii. We don't yet have a plan on where we will actually store the public datasets (have solutions for private data), but it sounds like from what you folks are saying S3 is the place,…
We have a data curators program on Quilt and I encourage you to apply (page bottom on open.quiltdata.com). For high-value public data sets, AWS's registry of open data will, if accepted, cover the costs of storage and egress. We went through this process with Allen Cell and I'm happy to help.
Launch HN: Quilt (YC W16) – A versioned data portal for S3
41–50 of 65 posts
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#42Earlier quoted context omitted.
> Do you happen to have an S3 bucket with that data live? No. However, I'm helping start the Data Curation Core at the AIPHI here ( https://aiphi.shepherdresearchlab.org/ ). Our intent is to be a one stop shop for all medical data in Hawaii. We don't yet have a plan on where we will actually store the public datasets (have solutions for private data), but it sounds like from what you folks are saying S3 is the place,…
I just want to give a plug for sharing data in the public cloud and S3 in particular. Jed Sundwall (AWS Global Open Data Lead) sums it up really well: "The cloud completely changes the dynamic for sharing data. When data is shared in the cloud, researchers no longer have to worry about downloading or copying data before getting to work. Instead, they can deploy compute resources on-demand in the cloud, where a single…
I love this quote, thanks. I do try to do things in the cloud as much as possible, but often times it's more practical for TCO reasons to do things locally.
This quote makes me wonder if in the future we'll see some sort of external SSDs with a RasberyPi-like portable GPU hooked up. Some sort of dedicated Storage+Computer USB hybrid.
What I like about our schema/anonymization solution, is you can put fake data and real code online, and then people can make changes to the real code on the cloud, and you can run those reliably on data locally.
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#43Is there a way to get a "dataset of datasets"? That is, all datasets you have, in downloadable tabular form with metadata for each dataset?
UC Irvine has a famous repo of datasets for machine learning research but does not have a metadata dump anywhere. I had to crawl it manually and create one (1). Would be great if you offered a single URL with CSV/JSON/other dump of your available datasets.
1. https://ohayo.computer?filename=ucimlrDemo.flow&yi=~&xi=_&da...
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#44Is there a way to get a "dataset of datasets"? That is, all datasets you have, in downloadable tabular form with metadata for each dataset?
+1 for this. UC Irvine has a famous repo of datasets for machine learning research but does not have a metadata dump anywhere. I had to crawl it manually and create one (1). Would be great if you offered a single URL with CSV/JSON/other dump of your available datasets. 1. https://ohayo.computer?filename=ucimlrDemo.flow&yi=~&xi=_&da...
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#45Is there a way to get a "dataset of datasets"? That is, all datasets you have, in downloadable tabular form with metadata for each dataset?
+1 for this. UC Irvine has a famous repo of datasets for machine learning research but does not have a metadata dump anywhere. I had to crawl it manually and create one (1). Would be great if you offered a single URL with CSV/JSON/other dump of your available datasets. 1. https://ohayo.computer?filename=ucimlrDemo.flow&yi=~&xi=_&da...
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#46Earlier quoted context omitted.
Oh I would love to get the UH Cancer Center data into Quilt! Do you happen to have an S3 bucket with that data live? If the bucket is publicly permissioned it should "just work." We can talk about indexing the data for search. We are comfortable in the TB-PB range :) I will look more closely at Ohayo.
"At the UH Cancer Center we routinely deal with datasets in the TB - PB range ..." ... "Do you happen to have an S3 bucket with that data live?" As someone not working in academia (or in this field at all) can you help me understand the question you have just asked ? Specifically, wouldn't it be tremendously profligate for them to have that PB range dataset living in S3 ? Given the resources that a university has (in…
There are many ways to shave S3 costs (e.g. intelligent tiering, glacier), but at some point the data become so slow to access that you can't offer a pleasant user experience around browsing, searching, and feeding pipelines.
Most importantly, the "my data, my bucket" strategy gives users control over their data. A university with their own bucket has more control over their data than they do if Google, Facebook, etc. host and monetize it.
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#47Earlier quoted context omitted.
I just want to give a plug for sharing data in the public cloud and S3 in particular. Jed Sundwall (AWS Global Open Data Lead) sums it up really well: "The cloud completely changes the dynamic for sharing data. When data is shared in the cloud, researchers no longer have to worry about downloading or copying data before getting to work. Instead, they can deploy compute resources on-demand in the cloud, where a single…
> "It is much more efficient to move algorithms to where the data is, than to move the data to where the algorithms are" I love this quote, thanks. I do try to do things in the cloud as much as possible, but often times it's more practical for TCO reasons to do things locally. This quote makes me wonder if in the future we'll see some sort of external SSDs with a RasberyPi-like portable GPU hooked up. Some sort of de…
That's a very interesting pattern--publishing "fake" (perhaps safe or anonymized) data online along with code to spur research and development then running the enhanced code locally on private (e.g., PII data) on local compute resources.
We hope Quilt packages can play a role to make that easier. The package serves as an interface and layer of abstraction between the code and the data so the same code can be run against the safe or private data.
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#48Earlier quoted context omitted.
Oh I would love to get the UH Cancer Center data into Quilt! Do you happen to have an S3 bucket with that data live? If the bucket is publicly permissioned it should "just work." We can talk about indexing the data for search. We are comfortable in the TB-PB range :) I will look more closely at Ohayo.
"At the UH Cancer Center we routinely deal with datasets in the TB - PB range ..." ... "Do you happen to have an S3 bucket with that data live?" As someone not working in academia (or in this field at all) can you help me understand the question you have just asked ? Specifically, wouldn't it be tremendously profligate for them to have that PB range dataset living in S3 ? Given the resources that a university has (in…
Well, technically, S3 Glacier and S3 Glacier Deep Archive is still S3, Cloud Storage Nearline is similar, except it's a tier on Google's S3-equivalent service.
But lots of public charities, especially academic institutions, host data in a way conveniently accessible to the public via well-known convenient APIs, including S3, even when it is not the least expensive method possible viewed strictly from the cost of storage and institution-internal access because of their mission.
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#49Earlier quoted context omitted.
+1 for this. UC Irvine has a famous repo of datasets for machine learning research but does not have a metadata dump anywhere. I had to crawl it manually and create one (1). Would be great if you offered a single URL with CSV/JSON/other dump of your available datasets. 1. https://ohayo.computer?filename=ucimlrDemo.flow&yi=~&xi=_&da...
The list of datasets is pretty dynamic. Would an API call work as a URL? (assuming it could return a CSV/TSV/etc.)?
Re: Launch HN: Quilt (YC W16) – A versioned data portal for S3
#50Earlier quoted context omitted.
Oh I would love to get the UH Cancer Center data into Quilt! Do you happen to have an S3 bucket with that data live? If the bucket is publicly permissioned it should "just work." We can talk about indexing the data for search. We are comfortable in the TB-PB range :) I will look more closely at Ohayo.
"At the UH Cancer Center we routinely deal with datasets in the TB - PB range ..." ... "Do you happen to have an S3 bucket with that data live?" As someone not working in academia (or in this field at all) can you help me understand the question you have just asked ? Specifically, wouldn't it be tremendously profligate for them to have that PB range dataset living in S3 ? Given the resources that a university has (in…
There certainly have been efforts in academia to provide shared computing resources. Cyverse (https://www.cyverse.org/about) comes to mind. At Wisconsin many researchers shared clusters using Condor. But, none to my knowledge come close to the scale, reliability and features of AWS and the other major cloud providers.