3 repository-uri
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 este un instrument de debugging desktop conceput pentru testarea payload-urilor serviciului Apple Push Notification. Permite livrarea de payload-uri JSON personalizate către dispozitivele mobile pentru a verifica dacă notificările sunt primite corect. Aplicația se integrează cu keychain-ul sistemului pentru a gestiona certificatele de securitate și cheile private pentru semnarea cererilor. Include, de asemenea, un utilitar pentru a exporta aceste identități de securitate din keychain în formate de fișiere portabile pentru utilizarea cu alte instrumente de dezvoltare. Instrumentul oferă mecanisme pentru preluarea automată a token-urilor dispozitivului și un manager de payload pentru a salva și reutiliza token-urile dispozitivului și configurațiile JSON. Acest lucru permite persistența datelor specifice de notificare pentru a asigura scenarii de testare repetabile.
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.