Earlier quoted context omitted.
It's not about people not being able to load their data, but about accelerating the loading with serialization and about whether or not people want to focus on data cleaning, or have the cleaning done once and then available for posterity. Quilt is, in my view, as open as git or GitHub. The de/serialization code is all open source, and uses an open format (Parquet). Parquet is accessible (and more optimal than text f…
> Quilt is, in my view, as open as git or GitHub Can I run something that hosts a quilt repo on my own server?
Show HN: Quilt – manage data like code
181–183 of 183 posts
Re: Show HN: Quilt – manage data like code
#182It's outrageous how little tooling support there is for version control in data compared to code. Every mainstream database forgets history with updates, don't support distributed workflows, don't support commit ids as first class objects, or most other basic features of VCSs. Databases just aren't a solution to version control. I can't imagine a future where we don't treat data version control like a necessity in th…
Have you seen data.world? "GitHub for data" is basically their entire model.
Re: Show HN: Quilt – manage data like code
#183This looks like a cool project -- always glad to see new tools for statistical collaboration and reproducible research. How does this compare to what data.world [1] is doing? They recently released a Python SDK [2] as well. [1] https://data.world/ [2] https://github.com/datadotworld/data.world-py