awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • go-git/go-gitAvatar go-git

    go-git/go-git

    7,211Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,211
  • weblateorg/weblateAvatar WeblateOrg

    WeblateOrg/weblate

    5,748Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,748
  1. Home
  2. Data & Databases
  3. In-Memory Databases
  4. Version Control Storage

Explorează sub-etichetele

  • 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.