siomporas commented on issue #6831: URL: https://github.com/apache/opendal/issues/6831#issuecomment-3787777171
@Xuanwo we were waiting until the refactoring of services into crates was completed to revisit this PR. We have been using a fork of this in our project for the last month or so and it has worked flawlessly for its intended purpose - making a git file-system available with OpenDAL and being able to stream LFS handles using the same methodology as other OpenDAL services, while serving git files from a temp folder. Architecturally git's storage model isn't well aligned with the goals and design of OpenDAL, since it requires downloading the ref index and history for a ref to build the file tree, but streaming git LFS handles with OpenDAL was our primary objective. If this isn't a good fit for this project, I understand and we can just spin this into a standalone project to suit our own needs - but I thought we'd offer it as a potential core offering in case other folks run across the same use cases we do, especially with AI data (ours is pulling AI models from a Gitlab instance over LFS). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
