←back to thread

Dolt is Git for data

(www.dolthub.com)
358 points timsehn | 4 comments | | HN request time: 0.53s | source
1. dominotw ◴[] No.22733934[source]
> Dolt is the only database with branches.

datomic has branching too afaik.

replies(3): >>22734376 #>>22734515 #>>22736471 #
2. benatkin ◴[] No.22734376[source]
So does git. I know, I know, git doesn't provide the features you expect from a full fledged database, but neither does Dolt.

Dolt even has some content in a GitHub wiki, which uses git as a database backend for a web app: https://github.com/liquidata-inc/dolt/wiki

3. jonhohle ◴[] No.22734515[source]
Amazon has an internal k/v store with branches (as well as schema versioning and hierarchical keys). It was primarily used for config management, which it excelled at.
4. Random_ernest ◴[] No.22736471[source]
Datomic also has change history, and you can query against a specific point in time afaik.