Viewing profile — kevinemoore
kevinemoore
HN member- Joined
- Sun, Sep 20, 2015, 6:52 PM UTC
- HN karma
- 33
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About kevinemoore
No profile information was provided.
Recent public activity
-
comment
Comment #21066720
The search is powered by Elasticsearch. We want to support the full power of elastic’s query language, but so far haven’t found a great way to prevent overly intense (or malicious)…
-
comment
Comment #21066337
We'll look into that for sure!
-
comment
Comment #21066311
+1 for everything Aneesh said, but I also wanted to add that the public cloud offers opportunities in data sharing that academia hasn't yet provided, specifically the ability for c…
-
comment
Comment #21066238
There's no doubt that local processing is a lot cheaper than the cloud for a lot of workloads. That's a very interesting pattern--publishing "fake" (perhaps safe or anonymized) dat…
-
comment
Comment #21066104
The list of datasets is pretty dynamic. Would an API call work as a URL? (assuming it could return a CSV/TSV/etc.)?
-
comment
Comment #21066098
Thanks! That's really interesting feedback. We hadn't thought of that.
-
comment
Comment #21066002
Maybe the Elasticsearch cluster would help you here. Because all the datasets (and files within datasets) are indexed along with their metadata, you could write elastic queries to …
-
comment
Comment #21065794
Hmm, yes and no. It's certainly possible to nest a package (dataset) inside a package. But, there's no (current) API that returns the list of datasets as a table/DataFrame. How wou…
-
comment
Comment #21065359
In general, a data publisher simply creates an S3 bucket in their account and sets the access control to allow public read. In the specific case of the AWS Registry of Open Data, d…
-
comment
Comment #21064804
Thanks Tim! I definitely second your observation that there's room and reason for plenty of tools in this space. DVC probably belongs in your list too: https://github.com/iterative…
-
comment
Comment #21064774
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…
-
comment
Comment #21064705
Sirix sounds like a very interesting system! Is it similar in its internal structure to noms ( https://github.com/attic-labs/noms ) or Dolt ( https://github.com/liquidata-inc/dolt …
-
comment
Comment #21063253
Aneesh's co-founder here. I just want to add a word of thanks to Jed Sundwall and the AWS Registry of Open Data. The support of AWS makes publishing data at this scale possible. I …
-
comment
Comment #17555085
Quilt co-founder here, no, Quilt doesn’t use tar or zip. Each package version has a manifest that specifies the set of items it contains. Each item in the collection is stored and …
-
comment
Comment #14773334
We definitely imagine saving edits as creating new versions of the same package. The most common pattern we've heard is adding more dataframes or files to a package as new results …
-
comment
Comment #14773260
That would be awesome! We're happy to help, but we only know a little bit of R. We've been looking at Sparklyr in case it might help read Parquet into R.
-
comment
Comment #14773164
No, no relation.
-
comment
Comment #14773093
try: example.sales() it's shorthand for: example.sales._data()
-
comment
Comment #14773085
Once the interfaces are mostly settled, we plan to open-source the server so that other organizations can run Quilt registries. If you know of non-profit data-indexes that Quilt sh…
-
comment
Comment #14772955
Thanks for describing the problem. That's really interesting. We can certainly aggregate counts of downloads and installs across versions in Quilt. I'll definitely look into provid…
-
comment
Comment #14772941
No, there's no charge for bandwidth. The most common uses so far are users installing datasets locally, which caches the data at the destination or running batch jobs in ECS/EC2, w…
-
comment
Comment #14772840
The package metadata is stored in JSON so that should be pretty easy to access in either Ruby or Go. Tabular data is stored in Parquet by default. Do you know of any good libraries…
-
comment
Comment #14772597
Yes and yes. Do you use frictionless data packages? If so, what do you like and not like? We've looked at their specs and have thought about ways we could integrate. We'd love to h…
-
comment
Comment #14772471
Currently, we support 2 "targets" a Pandas DataFrame and a file. Files can be any format. The Quilt build logic uses Pandas to read files into DataFrames so any format Pandas can r…
-
comment
Comment #14772273
We'd love to include DOIs for each version of datasets. I think it's feasible for us to do that, but we haven't scoped out how hard or expensive that will be. In the meantime, if y…