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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesExecution Context Isolation

Mechanisms to isolate service instances within specific execution flows to prevent data leakage.

Distinct from Dependency Scoping: Focuses on preventing data leakage between different concurrent execution flows (e.g. requests) rather than just module-level visibility.

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

Awesome Execution Context Isolation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • effector/effectorAvatar effector

    effector/effector

    4,837Vezi pe GitHub↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Scopes state and effects to specific execution contexts to support parallel testing and server-side rendering.

    TypeScriptbusiness-logiceffectorevent-driven
    Vezi pe GitHub↗4,837
  • typestack/typediAvatar typestack

    typestack/typedi

    4,242Vezi pe GitHub↗

    TypeDI este un container de injecție de dependențe TypeScript și un instrument de inversare a controlului (IoC). Funcționează ca un registru centralizat și localizator de servicii care gestionează instanțierea obiectelor și decuplează dependențele componentelor folosind inferența de tip și decoratori. Proiectul oferă gestionarea dependențelor pe domenii (scoped) pentru a izola instanțele de servicii în contexte specifice, prevenind scurgerea datelor între diferite fluxuri de execuție. Suportă rezolvarea flexibilă a serviciilor prin utilizarea token-urilor sigure de tip și capacitatea de a mapa identificatori unici sau constructori de clasă către instanțe de servicii specifice. Containerul acoperă gestionarea cuprinzătoare a ciclului de viață al serviciilor, inclusiv durate de viață singleton și tranzitorii, precum și rezolvarea referințelor circulare. Include capabilități pentru gruparea serviciilor, instanțierea bazată pe fabrică și integrarea cu framework-uri externe. Pentru asigurarea calității, sistemul oferă utilitare pentru mocking-ul dependențelor și resetarea stării containerului pentru a asigura izolarea în timpul testării unitare.

    Provides scoped dependency management to isolate service instances within specific contexts and prevent data leakage between execution flows.

    TypeScriptdependency-injectioninversion-of-controlioc
    Vezi pe GitHub↗4,242
  • dromara/liteflowAvatar dromara

    dromara/liteflow

    3,779Vezi pe GitHub↗

    Liteflow is a component-based rule engine and workflow orchestrator used to define business logic through a chain of reusable components. It utilizes a structured data language to map logic paths, functioning as a dynamic workflow engine for managing sequences of synchronous and asynchronous tasks. The project is distinguished by its support for hot deployment, allowing rule definitions and execution logic to be updated in real time without restarting the application. It also features a multi-language scripting engine that embeds external scripts into business rules to enable flexible logic c

    Maintains separate data environments for each workflow instance to prevent state leakage during concurrent execution.

    Javaai-agentai-agentscomponent
    Vezi pe GitHub↗3,779
  • vercel/workflowAvatar vercel

    vercel/workflow

    1,718Vezi pe GitHub↗

    Workflow is a platform for executing long-running, stateful processes that automatically persist progress and recover state after system interruptions. It functions as a durable orchestration engine designed to manage complex, multi-step asynchronous operations within distributed systems. The framework distinguishes itself through event-sourcing and checkpointing mechanisms that record execution steps as an immutable log, allowing for precise state reconstruction after failures. It provides sandboxed task isolation to run side-effect-heavy logic in restricted environments, ensuring that sensi

    Isolates sensitive logic within specific execution flows to prevent unintended interference between components.

    TypeScript
    Vezi pe GitHub↗1,718
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls
  5. Dependency Scoping
  6. Execution Context Isolation