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
·

2 repositorios

Awesome GitHub RepositoriesLayered Incremental Deployments

Deployment systems that upload only modified layers of a project to reduce bandwidth.

Distinct from Incremental Updates: Existing candidates focus on ML models or document indices, not application deployment layers

Explore 2 awesome GitHub repositories matching devops & infrastructure · Layered Incremental Deployments. Refine with filters or upvote what's useful.

Awesome Layered Incremental Deployments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alibaba/atlasAvatar de alibaba

    alibaba/atlas

    8,149Ver en GitHub↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Generates and deploys bytecode diffs to update only changed classes and resources for rapid hot-fixes.

    Javaandroidatlasdynamic
    Ver en GitHub↗8,149
  • glitternetwork/pinmeAvatar de glitternetwork

    glitternetwork/pinme

    2,786Ver en GitHub↗

    Pinme is a full stack deployment platform and infrastructure orchestration tool. It functions as an LLM application builder that converts natural language prompts into functional web applications with automated interfaces and business logic. The platform provides a static site hosting service and a content-addressable data manager for transferring project assets between environments. It automates the provisioning of workers, databases, and domains to launch applications via a single command. The system covers cloud resource management, project lifecycle orchestration from templates, and incr

    Accelerates iterations by uploading only modified project layers for code, schemas, or frontend assets.

    TypeScriptai-toolsclaude-code-skillclaude-skills
    Ver en GitHub↗2,786
  1. Home
  2. DevOps & Infrastructure
  3. Layered Incremental Deployments

Explorar subetiquetas

  • Binary Diff PatchingGeneration of small update packages based on bytecode differences between versions. **Distinct from Layered Incremental Deployments:** Focuses on bytecode/binary diffs for application logic, whereas layered deployments usually refer to container image layers.