awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

5 repositorios

Awesome GitHub RepositoriesStorage Bundle Execution

Downloading, extracting, and running workflow logic packaged as bundles in cloud storage.

Distinct from Dependency Bundling: Distinct from Dependency Bundling: focuses on the execution of bundled workflow logic rather than just grouping dependencies.

Explore 5 awesome GitHub repositories matching development tools & productivity · Storage Bundle Execution. Refine with filters or upvote what's useful.

Awesome Storage Bundle Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prefecthq/prefectAvatar de PrefectHQ

    PrefectHQ/prefect

    21,640Ver en GitHub↗

    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

    Downloads, extracts, and runs workflow bundles stored in cloud storage using subprocess execution.

    Pythonautomationdatadata-engineering
    Ver en GitHub↗21,640
  • ptmt/react-native-macosAvatar de ptmt

    ptmt/react-native-macos

    11,197Ver en GitHub↗

    react-native-macos is a framework for building native macOS desktop applications using a JavaScript-driven architecture. It functions as a cross-platform UI framework that renders user interfaces directly to native desktop elements and Cocoa components without relying on a web browser. The project provides a native app build tool for bundling code and static assets into distribution files for the macOS operating system. It also includes a native component previewer to verify how individual UI elements render and function within the desktop environment. The framework covers native UI componen

    Fetches and executes external JavaScript files over HTTP to update application logic without a full rebuild.

    JavaScript
    Ver en GitHub↗11,197
  • microsoft/react-native-code-pushAvatar de Microsoft

    Microsoft/react-native-code-push

    9,133Ver en GitHub↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    Updates application images and videos remotely while maintaining bundle integrity via digital signatures.

    C
    Ver en GitHub↗9,133
  • 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

    Downloads and initializes functional bundles from a remote server at runtime to avoid initial bundling.

    Javaandroidatlasdynamic
    Ver en GitHub↗8,149
  • concrete-utopia/utopiaAvatar de concrete-utopia

    concrete-utopia/utopia

    3,783Ver en GitHub↗

    Utopia is a development platform for building React components through a visual interface that synchronizes changes directly with underlying source code. It functions as an AST-based code editor and a visual component editor, using abstract syntax tree manipulation to update files while preserving the original formatting and structure. The project features an in-browser module bundler that compiles and executes JavaScript modules directly within the browser to provide immediate feedback without server-side build steps. It also includes a pull request preview tool for inspecting and validating

    Fetches and executes application bundles from remote repositories to allow visual inspection in a sandbox.

    TypeScriptfuturenowutopia
    Ver en GitHub↗3,783
  1. Home
  2. Development Tools & Productivity
  3. Dependency Bundling
  4. Storage Bundle Execution

Explorar subetiquetas

  • Remote Application Bundles1 sub-etiquetaFetching and executing remote JavaScript bundles to update application behavior at runtime. **Distinct from Storage Bundle Execution:** Targets full application logic bundles for updates rather than standalone workflow scripts.
  • Remote Logic BundlesDownloading and executing application logic bundles from remote servers to update software without rebuilds. **Distinct from Storage Bundle Execution:** Specifically targets executable application logic for updates, not just workflow data or AI skill bundles.