4 repositorios
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.
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.
TypeDI es un contenedor de inyección de dependencias de TypeScript y una herramienta de inversión de control. Funciona como un registro centralizado y localizador de servicios que gestiona la instanciación de objetos y desacopla las dependencias de los componentes utilizando inferencia de tipos y decoradores. El proyecto proporciona gestión de dependencias con alcance para aislar instancias de servicio dentro de contextos específicos, evitando la fuga de datos entre diferentes flujos de ejecución. Admite una resolución de servicios flexible mediante el uso de tokens con seguridad de tipos y la capacidad de mapear identificadores únicos o constructores de clases a instancias de servicio específicas. El contenedor cubre una gestión integral del ciclo de vida del servicio, incluyendo tiempos de vida singleton y transitorios, así como la resolución de referencias circulares. Incluye capacidades para la agrupación de servicios, instanciación basada en fábricas e integración con frameworks externos. Para el aseguramiento de la calidad, el sistema proporciona utilidades para el mocking de dependencias y el restablecimiento del estado del contenedor para garantizar el aislamiento durante las pruebas unitarias.
Provides scoped dependency management to isolate service instances within specific contexts and prevent data leakage between execution flows.
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.
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.