3 रिपॉजिटरी
Mechanisms for storing notification history and delivery status in a database.
Distinct from Database Notification Listeners: Existing candidates focus on triggers or deletion; this is about the persistence of notification content.
Explore 3 awesome GitHub repositories matching data & databases · Notification Persistence. Refine with filters or upvote what's useful.
Knuff Apple Push Notification सेवा पेलोड के परीक्षण के लिए डिज़ाइन किया गया एक डेस्कटॉप डिबगिंग टूल है। यह यह सत्यापित करने के लिए कि सूचनाएं सही ढंग से प्राप्त हुई हैं, मोबाइल उपकरणों पर कस्टम JSON पेलोड की डिलीवरी को सक्षम बनाता है। एप्लिकेशन अनुरोध हस्ताक्षर के लिए सुरक्षा प्रमाणपत्रों और निजी कुंजियों को प्रबंधित करने के लिए सिस्टम कीचेन के साथ एकीकृत होता है। इसमें अन्य विकास उपकरणों के साथ उपयोग के लिए इन सुरक्षा पहचानों को कीचेन से पोर्टेबल फ़ाइल स्वरूपों में निर्यात करने की उपयोगिता भी शामिल है। टूल स्वचालित डिवाइस टोकन पुनर्प्राप्ति और डिवाइस टोकन और JSON कॉन्फ़िगरेशन को सहेजने और पुन: उपयोग करने के लिए एक पेलोड प्रबंधक के लिए तंत्र प्रदान करता है। यह दोहराने योग्य परीक्षण परिदृश्यों को सुनिश्चित करने के लिए विशिष्ट अधिसूचना डेटा की दृढ़ता की अनुमति देता है।
Provides mechanisms to save and load notification payloads and device tokens for reusable testing.
Vikunja is a self-hosted task management platform designed for organizing personal and team projects. It provides a centralized system for managing tasks using multiple visualization formats, including Kanban boards, Gantt charts, and tables. The project distinguishes itself through extensive external connectivity, offering a REST API, OpenAPI specifications, and CalDAV synchronization for external calendar integration. It supports sophisticated identity federation via LDAP, OpenID Connect, and Single Sign-On, alongside event-driven automation using webhooks. The platform covers a broad rang
Saves notification content as serialized JSON with timestamps and recipient identifiers for auditing.
This project is a reference library of architectural blueprints, study materials, and design patterns for building scalable, high-availability distributed systems. It serves as a technical guide for scalability engineering, providing structural solutions for common engineering challenges. The repository focuses on distributed systems design, covering essential patterns for data replication, consensus algorithms, and transaction management. It distinguishes itself by offering detailed blueprints for specialized domains, including real-time data streaming, large-scale data storage, and high-ava
Provides a design for persisting notification data and implementing retries to ensure delivery reliability.