awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDatabase Changefeed Listeners

Mechanisms that monitor database-level changefeeds to push real-time updates to clients.

Distinct from Reactive Property Listeners: Existing candidates focus on internal application listeners or property-level reactivity, not database-native changefeeds.

Explore 1 awesome GitHub repository matching data & databases · Database Changefeed Listeners. Refine with filters or upvote what's useful.

Awesome Database Changefeed Listeners GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rethinkdb/horizonالصورة الرمزية لـ rethinkdb

    rethinkdb/horizon

    6,738عرض على GitHub↗

    Horizon is a realtime API server and RethinkDB backend designed to push database changes instantly to front-end clients. It utilizes a WebSocket data streaming API to synchronize data between the database and user interfaces without requiring manual polling. The project integrates an OAuth identity manager for verifying user identities through third-party providers and a role-based access control system to define granular permissions for viewing or modifying database documents. It is delivered as a containerized backend framework, allowing the server and its dependencies to be deployed as a p

    Implements reactivity by listening to RethinkDB changefeeds to push modified documents to clients automatically.

    JavaScript
    عرض على GitHub↗6,738
  1. Home
  2. Data & Databases
  3. Database Changefeed Listeners