4 dépôts
Systems that allow every contributor to maintain a full copy of the project history and metadata locally.
Distinct from Git Repository Distributions: None of the candidates describe the architectural pattern of distributed repository synchronization.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Distributed Version Control Architectures. Refine with filters or upvote what's useful.
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
Utilizes a distributed version control architecture to synchronize package definitions across a global network of users.
This project is a curated repository of technical learning materials and a personal knowledge base. It consists of version-controlled Markdown summaries covering software architecture, engineering literature, research papers, and professional talks. The collection functions as a digital garden, using bidirectional linking and cross-references to map relationships between technical concepts. Content is distilled from various sources, including technical books, conference talks, and foundational computer science papers, into concise summaries to facilitate recall and study. The system is organ
Employs a distributed version control architecture to track content evolution and maintain history.
Hello-World is a Git repository hosting service and source code management platform. It functions as a version control system for storing and managing source code. The platform facilitates remote code hosting and version control management to track changes over time. It supports public code distribution and collaborative software development, allowing multiple contributors to work on the same project from different locations. The system includes a web-based interface, an HTTP-based API, and SSH-based authentication for secure access. It utilizes a distributed repository model and content-add
Provides a distributed repository model ensuring all contributors possess the full project history locally.
Ce projet est un moteur de jeu open source conçu comme une plateforme collaborative pour construire et distribuer des logiciels interactifs. Il fournit un environnement partagé pour que les développeurs coordonnent leurs contributions et gèrent le développement des mécaniques de jeu via une maintenance collective. Le moteur utilise un flux de travail de contrôle de version distribué pour suivre les changements de code granulaires et gérer l'intégration des fonctionnalités entre les équipes. En employant une architecture modulaire, le système permet le développement indépendant des composants principaux du jeu, facilitant des fonctionnalités de gameplay évolutives et une collaboration structurée. Le projet soutient le développement piloté par la communauté via des pratiques de contribution standardisées, incluant des pull requests revues par les pairs et une résolution manuelle des conflits pour les modifications simultanées. Ces flux de travail assurent la stabilité et la traçabilité du projet tout au long du cycle de vie du développement.
Utilizes a decentralized repository system to track project history and synchronize code changes across developers.