5 रिपॉजिटरी
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.
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.
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.
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.
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.
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.