Earlier quoted context omitted.
What does git mean?
honestly, maybe this reflects my americanness but I presumed it was derived from the (western film/culture) word, a corruption of 'get'. Today I learned that it means something else in british.
Dolt is Git for data
21–30 of 196 posts
Re: Dolt is Git for data
#22I think data (as in raw, collected / measured / surveyed data) doesn't really change, but you get more of it. Some data may occasionally supersede old data. Maybe the schema of the data changes, so your first set of data is in one form, and subsequent data might have more information, or recorded in a different way.
Re: Dolt is Git for data
#23Any reason or history behind the name? It means "a stupid person", which seems like a bad choice IMHO: https://www.merriam-webster.com/dictionary/dolt
it's of a piece with git: https://www.merriam-webster.com/dictionary/git
For instance: stop being such a git - this is not imploring someone not to be stupid, it's saying don't be annoying, awkward etc.
Re: Dolt is Git for data
#24> Dolt is the only database with branches. datomic has branching too afaik.
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
Re: Dolt is Git for data
#25Very cool! The world needs better version control for data. How does this compare to something like Pachyderm? How does it work under the covers? What is a splice and what does it mean when it overlaps? https://github.com/liquidata-inc/dolt/blob/84d9eded517167eb2... Is it feasible to use Conflict-free Replicated Data Types (CRDT) for this?
We got a blog on the storage system coming on Wednesday. It's a mashup of a Merkle DAG and a B-tree called a Prolly Tree. It comes from an open source package called Noms (https://github.com/attic-labs/noms).
I'm not familiar with CRDT. Will read up on that.
Re: Dolt is Git for data
#26Comparison to Dat? https://docs.dat.foundation/docs/intro
Re: Dolt is Git for data
#27Any reason or history behind the name? It means "a stupid person", which seems like a bad choice IMHO: https://www.merriam-webster.com/dictionary/dolt
Re: Dolt is Git for data
#28I think data (as in raw, collected / measured / surveyed data) doesn't really change, but you get more of it. Some data may occasionally supersede old data. Maybe the schema of the data changes, so your first set of data is in one form, and subsequent data might have more information, or recorded in a different way.
Re: Dolt is Git for data
#29Really interesting. Would be nice to see documentation. All their examples show modifying the database by running command line sql queries, does it turn up a normal mysql instance or just emulate? Are hooks available in Go? Surprised they don't market it as a blockchain database. I'm building a Dapp right now and this could be really useful.
Re: Dolt is Git for data
#30It's a cool idea. There's also https://quiltdata.com/ but I haven't heard anything about them in a long time.