You can run Git on object storage if you re-make packfiles (tigrisdata.com)

42 points by evacchi 3 days ago

12 comments:

by 0bytes 2 hours ago

4th submission in 3 days. Is this a marketing spam campaign?

by gjvc 2 hours ago

it's a shit website with awful fonts, certainly

by mgrandl 3 hours ago

Sweet. It’s kinda wild to me that this hasn’t been done. Would be so much nicer if gitlab/forgejo/gitea/… supported object storage for everything. Currently you always still need a filesystem for git repos.

by baalimago 23 minutes ago

> It’s kinda wild to me that this hasn’t been done

https://github.com/awslabs/git-remote-s3

This works seamlessly so you can run `git remote add origin s3://my-git-bucket/my-repo`

by eru 28 minutes ago

On Linux, Fuse is your friend. See eg https://github.com/matthiasgoergens/git-snap-fs

by throwaway7356 an hour ago

It has been done. It is no longer done because it is not efficient.

Yes, it was not "object storage", but Git can be served from a dumb http server as static files. Now someone figured out that object storage can also serve static files via http. Wow!

by mmastrac 4 hours ago

Nice. I saw some git-on-durable-objects projects but I'd so much prefer a straight object storage option.

by jiggawatts 3 hours ago

Next: replace whole-file hashes with a Merkle Patricia tree hash and enable BitTorrent-like distribution protocols on top, not to mention the deduplication advantages!

by hanwenn 2 hours ago

"Finally delta objects should be stored as their own object in the packfile instead of slapped onto the end of the object it’s a delta of so that you don’t have to read the object and its deltas to read the object in the first place."

Author thinks that delta encoding is there for no reason. Good luck, kid.

by uptownhr an hour ago

I created my own as well and powers agentgit.co

by scoopertrooper an hour ago

That Claude written page is impenetrable. You really need to write yourself or use a better model.

Data from: Hacker News, provided by Hacker News (unofficial) API