awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesFile Synchronization

Utilities for automatically syncing local files to remote cluster nodes.

Distinguishing note: Focuses on source code and configuration distribution for remote execution.

Explore 6 awesome GitHub repositories matching devops & infrastructure · File Synchronization. Refine with filters or upvote what's useful.

Awesome File Synchronization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ray-project/rayالصورة الرمزية لـ ray-project

    ray-project/ray

    42,895عرض على GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Automatically uploads local source files and configuration directories to remote cluster nodes.

    Pythondata-sciencedeep-learningdeployment
    عرض على GitHub↗42,895
  • kubernetes/minikubeالصورة الرمزية لـ kubernetes

    kubernetes/minikube

    31,877عرض على GitHub↗

    Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a

    Integrates development utilities to enable persistent file updates and iterative workflows between the host and cluster.

    Goclustercncfcontainers
    عرض على GitHub↗31,877
  • twpayne/chezmoiالصورة الرمزية لـ twpayne

    twpayne/chezmoi

    18,075عرض على GitHub↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Maintains desired state for local configuration files by computing differences and applying updates.

    Goconfigurationdotfiledotfile-management
    عرض على GitHub↗18,075
  • googlecontainertools/skaffoldالصورة الرمزية لـ GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856عرض على GitHub↗

    Skaffold is a command-line tool that automates the build, push, and deployment lifecycle for containerized applications on Kubernetes. It functions as a continuous development engine, monitoring source code for changes to trigger incremental updates, manifest hydration, and automated deployments to a cluster. By abstracting the underlying build and deployment tools, it provides a unified interface for managing the inner development loop. The platform distinguishes itself through its environment-aware configuration and flexible build orchestration. It supports diverse build strategies, includi

    Updates running containers by copying changed source files directly into the environment, bypassing the need for a full image rebuild.

    Gocontainersdeveloper-toolsdocker
    عرض على GitHub↗15,856
  • yonaskolb/xcodegenالصورة الرمزية لـ yonaskolb

    yonaskolb/XcodeGen

    8,523عرض على GitHub↗

    XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi

    Aligns project groups and files automatically with the folder structure found on the physical file system.

    Swift
    عرض على GitHub↗8,523
  • fizzadar/pyinfraالصورة الرمزية لـ Fizzadar

    Fizzadar/pyinfra

    5,793عرض على GitHub↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Provides idempotent file synchronization to ensure target files match source content.

    Python
    عرض على GitHub↗5,793
  1. Home
  2. DevOps & Infrastructure
  3. File Synchronization