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

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

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

4 مستودعات

Awesome GitHub RepositoriesContainerized Task Execution

Mechanisms for packaging and running workflow tasks within isolated container environments.

Distinct from Container Image Packaging: Distinct from general image packaging: focuses on the runtime execution of tasks within containers rather than just image creation.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Containerized Task Execution. Refine with filters or upvote what's useful.

Awesome Containerized Task 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

    Packages workflow code into container images to ensure consistent and reproducible execution environments.

    Pythonautomationdatadata-engineering
    عرض على GitHub↗21,640
  • flyteorg/flyteالصورة الرمزية لـ flyteorg

    flyteorg/flyte

    7,095عرض على GitHub↗

    Flyte is a Kubernetes-based machine learning orchestrator and containerized pipeline manager designed for coordinating AI workflows and data pipelines. It functions as an engine for defining and executing resilient pipelines, utilizing a data lineage tracker to maintain immutable execution states and ensure reproducible outputs. The platform distinguishes itself by packaging individual tasks into separate containers to ensure dependency isolation and environment consistency. It provides specialized capabilities for machine learning, including the transformation of trained models into scalable

    Manages the packaging and execution of individual pipeline tasks within isolated containers.

    Go
    عرض على GitHub↗7,095
  • aws/copilot-cliالصورة الرمزية لـ aws

    aws/copilot-cli

    3,735عرض على GitHub↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Triggers the execution of specific containerized background tasks within a defined environment.

    Goaws-apprunneraws-ecsaws-fargate
    عرض على GitHub↗3,735
  • jenkinsci/jenkinsfile-runnerالصورة الرمزية لـ jenkinsci

    jenkinsci/jenkinsfile-runner

    1,202عرض على GitHub↗

    Jenkinsfile runner is a continuous integration engine that executes declarative workflows and pipeline scripts directly from the command line or container environments without requiring a persistent master server. It provides terminal-based execution tools for running, testing, and linting pipeline definitions locally, supporting build parameter passing, interactive shell sessions, and source control checkout configurations with authentication for private repositories. The system supports declarative instance configuration through mounted YAML files, automatic dependency resolution, and on-de

    Runs continuous integration tasks inside pre-built or custom container images for isolated execution.

    Javaclidocker-imagefaas
    عرض على GitHub↗1,202
  1. Home
  2. DevOps & Infrastructure
  3. Container Image Packaging
  4. Containerized Task Execution

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

  • Elastic Container Service ExecutionRuns data pipeline tasks as containerized processes on managed elastic cloud compute services. **Distinct from Containerized Task Execution:** Focuses on the execution of tasks on ECS, distinct from general containerized task execution.