2 repository-uri
Mechanisms for associating specific events with external logic modules defined in configuration.
Distinct from Plugin-Based Architectures: Focuses on the mapping of event types to specific handler classes, rather than the general plugin architecture.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Handler Mapping. Refine with filters or upvote what's useful.
Watchdog is a Python library and set of shell utilities for monitoring filesystem events. It provides a framework for tracking real-time changes to files and directories, mapping those events to configurable automation handlers, and executing system actions based on file creation, modification, or deletion. The project includes an event-driven shell utility for triggering custom scripts and commands automatically. It utilizes a configurable handler framework that allows users to associate specific filesystem events with specialized plugin logic defined in configuration files. The system moni
Maps filesystem events to custom action routines using a configurable plugin-based handler framework.
This project provides a Go runtime and SDK for building and deploying serverless functions within the AWS Lambda environment. It consists of a library for managing the function runtime and a collection of predefined event type definitions for structured data handling. The toolkit includes utilities for packaging compiled Go binaries into the specific archive formats and naming conventions required for cloud deployment. It uses an interface-based handler mapping system to bind user-defined functions to a runtime wrapper that manages input and output serialization. The project covers event-dri
Binds user-defined function signatures to a generic runtime wrapper that manages serialization.