From: "René Scharfe" <l.s.r@web.de>
To: Cedric Sodhi <manday@openmail.cc>, git@vger.kernel.org
Subject: Re: Git for structured data
Date: Sat, 6 Dec 2025 17:27:11 +0100 [thread overview]
Message-ID: <be503e5e-43e7-41e3-afbe-265cd3da0636@web.de> (raw)
In-Reply-To: <aTMNdQ_NHTVPtwG8@air>
On 12/5/25 5:51 PM, Cedric Sodhi wrote:
>
> Why can't we have structured, version controlled data?
>
> In recent years I've repeatedly struck cases where exactly that was
> needed. For amounts of data which are comparable to what you
> typically version with git; only structured. Without workarounds,
> either structure (table schemas) or versioning (Git) had to be
> sacrificed. Which is disappointing, in my opinion, seen how this
> only hinges on the type of source Git would have to read the data
> from.
>
> I'd like to ask your opinion, on what you think is the most
> promising approach to unify structure and version control with Git.
> Currently, I can think of two, kind of complementary options:
>
> A) Map structured data into a filesystem, possibly through FUSE,
> then version control that with Git. Pros: Can mix non-structured
> data and structured data. Cons: Expect terrible performance
>
> B) Abstract Git's data backend to allow Git to read directly from
> databases Pros: Perhaps reasonable performance Cons: Additional
> changes to Git would be needed to allow mixing data.
>
> What would you recommend?
Did you consider Data Version Control (https://dvc.org/) or Dolt
(https://github.com/dolthub/dolt)? Not a recommendation, since I
haven't used them myself, but they match your description and call
themselves "Git for data".
René
next prev parent reply other threads:[~2025-12-06 16:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 16:51 Git for structured data Cedric Sodhi
2025-12-06 16:27 ` René Scharfe [this message]
2025-12-06 18:47 ` Cedric Sodhi
2025-12-06 21:02 ` Christian Couder
2025-12-07 5:26 ` Simon Richter
2025-12-07 17:23 ` Cedric Sodhi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=be503e5e-43e7-41e3-afbe-265cd3da0636@web.de \
--to=l.s.r@web.de \
--cc=git@vger.kernel.org \
--cc=manday@openmail.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).