awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesVersion Control Storage

In-memory storage specifically for version control objects and history.

Distinct from In-Memory Databases: Distinct from general In-Memory Databases as it targets the specific structure of Git's object graph.

Explore 2 awesome GitHub repositories matching data & databases · Version Control Storage. Refine with filters or upvote what's useful.

Awesome Version Control Storage GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • go-git/go-gitAvatar von go-git

    go-git/go-git

    7,211Auf GitHub ansehen↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    Enables managing version-controlled data and history entirely in memory for high performance or testing.

    Gogitgit-clientgit-library
    Auf GitHub ansehen↗7,211
  • weblateorg/weblateAvatar von WeblateOrg

    WeblateOrg/weblate

    5,748Auf GitHub ansehen↗

    Weblate is an open-source web-based translation management system that provides a collaborative platform for teams to review, suggest, and approve translations in real time. It functions as a continuous localization platform, automatically synchronizing translations with source code changes in version control repositories, and can be deployed either as a self-hosted server or through a managed cloud hosting service. The system integrates directly with Git hosting platforms like GitHub, GitLab, and Bitbucket, storing all translations in version control with individual translator attribution re

    Records each translator's contributions in the version control commit history for proper credit.

    Pythoncontinuous-localizationcrowdsourcingdcode-2025
    Auf GitHub ansehen↗5,748
  1. Home
  2. Data & Databases
  3. In-Memory Databases
  4. Version Control Storage

Unter-Tags erkunden

  • Translator AttributionRecording individual translator contributions in version control commit history for proper credit. **Distinct from Version Control Storage:** Distinct from Version Control Storage: focuses on attribution metadata in commits rather than general version control object storage.