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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesGit-Native Storage Engines

Components that manage repository data by interacting directly with Git internals or file-system level version control structures.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Git-Native Storage Engines. Refine with filters or upvote what's useful.

Awesome Git-Native Storage Engines GitHub Repositories

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

    go-gitea/gitea

    56,328GitHub पर देखें↗

    Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or language-specific packages within a unified environment. The platform distinguishes itself through a built-in automation engine that executes continuous integration and delivery pipelines directly triggered by repository events. It utilizes a background task queue to manage asyn

    Manages repository data by interacting directly with file-system level version control internals.

    Gobitbucketcicddevops
    GitHub पर देखें↗56,328
  • dolthub/doltdolthub का अवतार

    dolthub/dolt

    23,592GitHub पर देखें↗

    Dolt is a relational database engine that integrates version control directly into the database management layer. It functions as a version-controlled SQL database that tracks every row and schema change using a commit-based history, allowing users to branch, merge, and audit data modifications. By implementing a wire-protocol-compatible server, the system enables standard SQL clients and tools to interact with versioned data as if they were connecting to a traditional relational database. The platform distinguishes itself by applying repository-style workflows to data management, including s

    Maps database operations to a directed acyclic graph of commits, branches, and merges to track historical data evolution.

    Gocommand-linedata-version-controldata-versioning
    GitHub पर देखें↗23,592
  • steveyegge/beadssteveyegge का अवतार

    steveyegge/beads

    16,757GitHub पर देखें↗

    Beads is a versioned, dependency-aware graph database designed for distributed issue tracking and project management. It functions as an agentic workflow orchestrator, providing a structured environment where tasks, dependencies, and project metadata are linked through relational hierarchies. By maintaining a persistent, version-controlled record of project state, the system enables teams to manage complex work items across multiple repositories and environments. The platform distinguishes itself through its deep integration with automated coding agents, acting as a Model Context Protocol ser

    Maintains a complete history of project state changes using version control semantics for branching and merging.

    Goagentsclaude-codecoding
    GitHub पर देखें↗16,757
  • facebook/saplingfacebook का अवतार

    facebook/sapling

    6,885GitHub पर देखें↗

    Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac

    Reads and writes Git repositories directly, maintaining full interoperability with Git remotes and workflows.

    Rust
    GitHub पर देखें↗6,885
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control
  5. Git-Native Storage Engines

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

  • Database Versioning EnginesEngines that map database operations to commit-based graphs for historical data tracking. **Distinct from Git-Native Storage Engines:** Distinct from Git-Native Storage Engines: focuses on the versioning logic applied to relational data rather than general file-system versioning.