2 repositorios
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.
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.
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.