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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • prefecthq/prefectAvatar von PrefectHQ

    PrefectHQ/prefect

    21,640Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,640
  • ptmt/react-native-macosAvatar von ptmt

    ptmt/react-native-macos

    11,197Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,197
  • microsoft/react-native-code-pushAvatar von Microsoft

    Microsoft/react-native-code-push

    9,133Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,133
  • alibaba/atlasAvatar von alibaba

    alibaba/atlas

    8,149Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,149
  • concrete-utopia/utopiaAvatar von concrete-utopia

    concrete-utopia/utopia

    3,783Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,783
  1. Home
  2. Development Tools & Productivity
  3. Dependency Bundling
  4. Storage Bundle Execution

Unter-Tags erkunden

  • Remote Application Bundles1 Sub-TagFetching 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.