awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesWrite Interception Middleware

Registers hooks that execute before data is committed to the store to validate or modify updates.

Distinct from Data Interception Hooks: Distinct from network packet interception or OS call interception; focuses on application-level store write hooks.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Write Interception Middleware. Refine with filters or upvote what's useful.

Awesome Write Interception Middleware GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tinyplex/tinybaseAvatar von tinyplex

    tinyplex/tinybase

    5,110Auf GitHub ansehen↗

    TinyBase ist ein reaktiver Datenspeicher und eine In-Memory-relationale Datenbank, die für die clientseitige Status-Persistenz entwickelt wurde. Sie dient als Local-First-Sync-Engine, die verteilten Status mithilfe von Conflict-free Replicated Data Types (CRDTs) und logischen Uhren zusammenführt, um eine deterministische Datenkonvergenz sicherzustellen. Das Projekt bietet eine Schema-Validierungsbibliothek, die externe Definitionen aus Tools wie Zod, Yup und TypeBox in typsichere Store-Definitionen konvertiert. Es stellt eine Infrastruktur für kollaboratives Echtzeit-Editieren bereit und nutzt die Synchronisation mit Automerge, Yjs und PartyKit, um einen konsistenten Status über mehrere Clients und Server hinweg beizubehalten. Die Kompetenzoberfläche umfasst relationale Datenmodellierung mit Tabellen und Fremdschlüsseln, SQL-ähnliche Abfragen und Indexierung sowie atomare Transaktionen für gruppierte Mutationen. Es unterstützt eine breite Palette an Persistenz-Adaptern, darunter Browser-Storage, SQLite und Cloudflare Durable Objects. Das System bietet zudem bidirektionales Status-Binding und deklarative Komponenten für die Integration mit React, SolidJS und Svelte.

    Registers hooks that run before data is written to intercept, modify, or block updates based on validation rules.

    TypeScriptdatajavascriptreact
    Auf GitHub ansehen↗5,110
  • hyperdbg/hyperdbgAvatar von HyperDbg

    HyperDbg/HyperDbg

    3,885Auf GitHub ansehen↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Provides hooks to monitor or modify model-specific register writes at the hypervisor level.

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  • easycorp/easy-log-handlerAvatar von EasyCorp

    EasyCorp/easy-log-handler

    2,005Auf GitHub ansehen↗

    Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting. The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagno

    Hooks into the application logging pipeline to intercept and modify log messages before they are written.

    PHPdxloglogger
    Auf GitHub ansehen↗2,005
  1. Home
  2. Software Engineering & Architecture
  3. Write Interception Middleware

Unter-Tags erkunden

  • MSR Write InterceptorsHooks that monitor or modify attempts to write to model-specific registers. **Distinct from Write Interception Middleware:** Distinct from general write interception middleware: specifically targets CPU model-specific registers (MSRs) at the hypervisor level.