←back to thread

Dolt is Git for data

(www.dolthub.com)
358 points timsehn | 2 comments | | HN request time: 0.465s | source
1. brachi ◴[] No.22734843[source]
> 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?

replies(1): >>22734901 #
2. timsehn ◴[] No.22734901[source]
No data diffs is the data is binary. But diffs are cell-wise like so: https://www.dolthub.com/repositories/Liquidata/corona-virus/...

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.