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

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

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

5 مستودعات

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

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

    PrefectHQ/prefect

    21,640عرض على 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
    عرض على GitHub↗21,640
  • ptmt/react-native-macosالصورة الرمزية لـ ptmt

    ptmt/react-native-macos

    11,197عرض على 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
    عرض على GitHub↗11,197
  • microsoft/react-native-code-pushالصورة الرمزية لـ Microsoft

    Microsoft/react-native-code-push

    9,133عرض على 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
    عرض على GitHub↗9,133
  • alibaba/atlasالصورة الرمزية لـ alibaba

    alibaba/atlas

    8,149عرض على 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
    عرض على GitHub↗8,149
  • concrete-utopia/utopiaالصورة الرمزية لـ concrete-utopia

    concrete-utopia/utopia

    3,783عرض على 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
    عرض على GitHub↗3,783
  1. Home
  2. Development Tools & Productivity
  3. Dependency Bundling
  4. Storage Bundle Execution

استكشف الوسوم الفرعية

  • Remote Application Bundles1 وسم فرعيFetching 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.