Only 39 days since the last "GitHub for data" was announced: https://news.ycombinator.com/item?id=22375774 I'll say what I said in February: I started a company with the same premise 9 years ago, during the prime "big data" hype cycle. We burned through a lot of investor money only to realize that there was not a market opportunity to capture. That is, many people thought it was cool - we even did co-sponsored data c…
Dolt is Git for data
51–60 of 196 posts
Re: Dolt is Git for data
#52How is this accomplished if the data is binary?
Also, how does this compare to git lfs?
Re: Dolt is Git for data
#53Re: Dolt is Git for data
#54I thought Git was Git for data.
Re: Dolt is Git for data
#55> With Dolt, you can view a human-readable diff of the data you received last time versus the data you received this time. How is this accomplished if the data is binary? Also, how does this compare to git lfs?
git-lfs lets you put store large files on GitHub. With Dolt, we offer a similar a similar utility called git-dolt. Both these allow you to store large things on GitHub as a reference to another storage system, not the object itself.
Re: Dolt is Git for data
#56What about pachyderm?
Re: Dolt is Git for data
#57Pardon my ignorance, but is data copy writable? Or can it be owned? Obviously someone can get into trouble upload propriety code to git. Is there proprietary data?
https://www.dolthub.com/blog/2020-02-24-data-licenses/ https://www.dolthub.com/blog/2020-02-26-copyrightable-materi...
Re: Dolt is Git for data
#58> As far as we can tell, Dolt is the only database with branches What about pachyderm?
Re: Dolt is Git for data
#59Only 39 days since the last "GitHub for data" was announced: https://news.ycombinator.com/item?id=22375774 I'll say what I said in February: I started a company with the same premise 9 years ago, during the prime "big data" hype cycle. We burned through a lot of investor money only to realize that there was not a market opportunity to capture. That is, many people thought it was cool - we even did co-sponsored data c…
The need is definitely there. My day job involves such need. But we simply cannot trust a drive-by startup to fill the gap. It's safer just to roll your own.
Re: Dolt is Git for data
#60I thought Git was Git for data.
But there are some limitations for large tables. Diffs only work if you order the file in the same order. Plus, you have to import the data into some other tool to do anything with it.