awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesData Versioning Repositories

Git repositories used to track changes to application data, not just source code, for history and recovery.

Distinct from Git-Based: Distinct from Git-Based: focuses on using Git to version application data (calendars, contacts) rather than source code or documentation.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Data Versioning Repositories. Refine with filters or upvote what's useful.

Awesome Data Versioning Repositories GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • homebrew/legacy-homebrewAvatar de Homebrew

    Homebrew/legacy-homebrew

    26,849Ver en GitHub↗

    This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and

    Copies older package versions from a main repository into a personal repository for maintenance.

    Ver en GitHub↗26,849
  • homebrew/homebrew-coreAvatar de Homebrew

    Homebrew/homebrew-core

    15,383Ver en GitHub↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Extracts specific older versions of a package from history into a personal repository for manual maintenance.

    Rubycoreformulaehacktoberfest
    Ver en GitHub↗15,383
  • kozea/radicaleAvatar de Kozea

    Kozea/Radicale

    4,395Ver en GitHub↗

    Radicale is a self-hosted CalDAV and CardDAV server implemented in Python that enables calendar and contact synchronization across multiple clients using open standards. It stores all data directly on the filesystem in a simple folder hierarchy, eliminating the need for an external database, and automatically tracks every change by committing modifications to a Git repository for version history and backup. The server distinguishes itself through a modular plugin architecture that allows custom Python modules to extend authentication, storage backends, and web interface functionality at start

    Tracks every change to calendars and address books by committing them to a Git repository after each storage modification.

    Pythoncaldavcarddavicalendar
    Ver en GitHub↗4,395
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control
  5. Git-Based
  6. Data Versioning Repositories

Explorar subetiquetas

  • Historical Version ExtractionIsolating specific past versions of a package from a main history for maintenance. **Distinct from Data Versioning Repositories:** Distinct from Data Versioning Repositories: specifically targets the extraction of software recipes for a personal repository.