awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesData Interception Hooks

Programmable hooks that intercept and modify data flows between processing and final delivery.

Distinguishing note: Existing candidates refer to public APIs or communication channels; this is an internal architectural pattern for data manipulation before publication.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Data Interception Hooks. Refine with filters or upvote what's useful.

Awesome Data Interception Hooks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • o2oa/o2oao2oa का अवतार

    o2oa/o2oa

    4,627GitHub पर देखें↗

    o2oa एक ओपन-सोर्स Java एंटरप्राइज ऑफिस ऑटोमेशन प्लेटफॉर्म है, जिसे कॉर्पोरेट वर्कफ़्लो, संगठनात्मक पदानुक्रम और सहयोगी ऑफिस कार्यों को प्रबंधित करने के लिए डिज़ाइन किया गया है। यह एक लो-कोड बिज़नेस एप्लिकेशन प्लेटफॉर्म और कॉर्पोरेट इंफॉर्मेशन पोर्टल के रूप में कार्य करता है, जो कस्टम एंटरप्राइज एप्लिकेशन बनाने के लिए एक विज़ुअल डेवलपमेंट एनवायरनमेंट प्रदान करता है। यह प्लेटफॉर्म अपने एकीकृत एंटरप्राइज वर्कफ़्लो इंजन के लिए जाना जाता है, जो कस्टमाइज़ेबल रूटिंग कंडीशंस और इवेंट-ड्रिवन स्क्रिप्ट्स का उपयोग करके बिज़नेस प्रक्रियाओं को डिज़ाइन और ऑटोमेट करने की सुविधा देता है। यह एक मल्टी-डेटाबेस एंटरप्राइज फ्रेमवर्क के रूप में भी अलग है, जो विभिन्न रिलेशनल डेटाबेस और अलग-अलग ऑपरेटिंग सिस्टम पर हाई-अवेलेबिलिटी डिप्लॉयमेंट का समर्थन करता है। यह सिस्टम फॉर्म और पेजों के लिए लो-कोड विज़ुअल मॉडलिंग, डेटा-ड्रिवन डैशबोर्ड के साथ सेंट्रलाइज्ड पोर्टल डिज़ाइन, और RESTful सेवाओं व लार्ज लैंग्वेज मॉडल्स के साथ एंटरप्राइज डेटा इंटीग्रेशन जैसी व्यापक क्षमताओं को कवर करता है। इसमें संगठनात्मक संरचना प्रबंधन, रोल-आधारित एक्सेस कंट्रोल, और Android, iOS व HarmonyOS के लिए मल्टी-प्लेटफॉर्म मोबाइल डिप्लॉयमेंट भी शामिल है। Docker और Nginx का उपयोग करके Linux और Windows एनवायरनमेंट में इंस्टॉलेशन समर्थित है।

    The platform runs custom scripts on processed form data before it is sent to the publication service.

    JavaScript
    GitHub पर देखें↗4,627
  • mvvmcross/mvvmcrossMvvmCross का अवतार

    MvvmCross/MvvmCross

    3,917GitHub पर देखें↗

    MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da

    Executes custom logic by hooking into lifecycle events that occur before or after navigation.

    C#androidc-sharpdotnet
    GitHub पर देखें↗3,917
  • ambionics/phpggcambionics का अवतार

    ambionics/phpggc

    3,832GitHub पर देखें↗

    phpggc is a security assessment utility and command-line tool designed for the automated generation, obfuscation, and wrapping of serialized object chains. It functions as a gadget chain framework used to identify and verify remote code execution vectors by testing for PHP object injection vulnerabilities. The project provides a modular system for constructing complex serialized object sequences and includes a dedicated payload obfuscator to transform byte streams for bypassing web application firewalls and security filters. It also features a generator for wrapping serialized data into archi

    Employs programmable hooks to intercept and modify internal object parameters during the serialization process.

    PHP
    GitHub पर देखें↗3,832
  • go-gorp/gorpgo-gorp का अवतार

    go-gorp/gorp

    3,751GitHub पर देखें↗

    Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions as a relational data mapper and SQL dialect abstraction layer, automating the translation between application data and relational rows. The project provides a translation layer that generates vendor-specific SQL for PostgreSQL, MySQL, SQLite, Oracle, and SQL Server. It distinguishes itself by implementing optimistic locking via version columns to prevent concurrent update conflicts and providing a database schema generator to create tables and indexes from object definitions.

    Implements lifecycle hooks to automate tasks like timestamping or validation before and after data persistence.

    Go
    GitHub पर देखें↗3,751
  • rafaelvidaurre/angular-permissionRafaelVidaurre का अवतार

    RafaelVidaurre/angular-permission

    1,117GitHub पर देखें↗

    Angular Permission is a framework for managing user access control in single-page applications by verifying roles and permissions against specific application routes and interface components. It functions as a security utility that enforces granular authorization policies, ensuring that sensitive features and data remain accessible only to authorized individuals. The system operates through a centralized registry that serves as the single source of truth for all defined roles and security logic. By utilizing declarative metadata, developers can attach access requirements directly to route def

    Intercepts navigation events before they complete to validate user authorization states against a centralized permission registry.

    JavaScript
    GitHub पर देखें↗1,117
  1. Home
  2. Software Engineering & Architecture
  3. Data Interception Hooks

सब-टैग एक्सप्लोर करें

  • Navigation Interception HooksHooks that intercept navigation events to validate authorization states before route completion. **Distinct from Data Interception Hooks:** Distinct from general data interception hooks: specifically targets router navigation events.
  • Persistence Lifecycle HooksCustom logic triggered specifically during the data persistence lifecycle, such as before or after saving records. **Distinct from Data Interception Hooks:** Specializes general data interception to focus on the ORM persistence lifecycle (pre/post save).