Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Similar project discussion: git_cdn #1

Description

@tardyp

Hello,

I wanted to say hi and discuss a project that my team has been working on at Renault in a similar timeframe

https://gitlab.com/grouperenault/git_cdn

our design looks very similar, and it makes sense to share experience.

git_cdn is written in python asyncio, and we did not experience much performance bottleneck with the python.
Most of our load comes from the git upload-pack process.

In order to mitigate this load from upload-pack, we had to implement caching of the bigger upload-packs.
This is because our CI users are doing a lot of clone from scratch for reasons that are hard to negociate..

our design also implements cache of LFS files, which can be handy.

We do not support protocol v2 yet, and to my understanding goblet only supports v2.

We would be glad to have a discussions with you either in this issue or in a live hangout session.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions