awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • go-git/go-gitالصورة الرمزية لـ go-git

    go-git/go-git

    7,211عرض على 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
    عرض على GitHub↗7,211
  • weblateorg/weblateالصورة الرمزية لـ WeblateOrg

    WeblateOrg/weblate

    5,748عرض على 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
    عرض على 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.