No like where does the server store the blobs

Reply to this note

Please Login to reply.

Discussion

The MVP will be storing repository information on the local filesystem for now.

Ah ok.

For NWA you’d need to use the provided KV for storage. And for blobs, put that in an object storage provider

Were not writing the remote from scratch, it's using git itself as the backend.

Yeah, we're sort of weird. We actually think git is pretty good and a bit decentralized.

If you ever want to do that, Git is not much different than a key-blob store

It's different, in that its store front uses git.

What I meant was write your own Git remote fully instead of somewhat relying on the git upload-pack and similar utils

Yeah, but not for MVP.

^