awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • go-git/go-gitgo-git का अवतार

    go-git/go-git

    7,211GitHub पर देखें↗

    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
    GitHub पर देखें↗7,211
  • weblateorg/weblateWeblateOrg का अवतार

    WeblateOrg/weblate

    5,748GitHub पर देखें↗

    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
    GitHub पर देखें↗5,748
  1. Home
  2. Data & Databases
  3. In-Memory Databases
  4. Version Control Storage

सब-टैग एक्सप्लोर करें

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