4 Repos
Tools that synchronize automation workflows by pulling scripts directly from remote version control repositories.
Distinct from Repository Integrators: Distinct from existing candidates: focuses on pulling automation scripts for execution rather than general data fetching or package management.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Version Control Repository Integrators. Refine with filters or upvote what's useful.
Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep
Fetches workflow code from secure remote version control systems during deployment using stored credentials.
Semaphore is a centralized web-based platform designed for the orchestration and execution of Ansible automation. It provides a unified control plane to manage infrastructure operations, allowing teams to organize inventories, environment variables, and playbooks into reusable templates. The platform supports multi-tenant governance by isolating resources into projects, ensuring clear separation between different teams and infrastructure segments. The system distinguishes itself through a distributed task runner architecture that offloads automation workloads to independent nodes, enabling sc
Synchronizes automation logic by pulling and executing scripts directly from version control repositories.
dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d
Connects development environments to version control repositories to manage files and automate CI workflows.
Paru ist ein Hilfsprogramm für das Arch User Repository (AUR) und ein System-Paketmanager, der als Wrapper für pacman fungiert. Er automatisiert die Suche, Installation und Aktualisierung von Software aus dem Arch User Repository und synchronisiert lokale Datenbanken, um installierte Software auf die neuesten verfügbaren Versionen zu aktualisieren. Das Tool bietet ein System zum Herunterladen von Build-Dateien und zum Kompilieren von Software aus Community-Quellen in installierbare Pakete. Es enthält Funktionen zur Überprüfung von Build-Konfigurationsdateien und zur Nachverfolgung von Entwicklungspaketen durch die Überwachung von Upstream-Versionskontroll-Repositories. Zusätzliche Funktionen umfassen den Abruf von Benutzerfeedback aus Community-Repositories sowie die Möglichkeit, Standard-Installationsverhalten über Konfigurationsdateien anzupassen.
Synchronizes local versions with remote git repositories to detect updates for development packages.