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. تتيح تسليم حمولات 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.