awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesHandler Mapping

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.

Awesome Handler Mapping GitHub Repositories

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

    gorakhargosh/watchdog

    7,370Vezi pe GitHub↗

    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.

    Python
    Vezi pe GitHub↗7,370
  • aws/aws-lambda-goAvatar aws

    aws/aws-lambda-go

    3,798Vezi pe GitHub↗

    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.

    Go
    Vezi pe GitHub↗3,798
  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Plugin & Module Systems
  6. Modular and Plugin Architectures
  7. Plugin-Based Architectures
  8. Handler Mapping