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

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

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

2 مستودعات

Awesome GitHub RepositoriesNested Path Reads and Writes

Sets, gets, and subscribes to changes on a full record or a specific nested path within its JSON structure.

Distinct from Structured Data Records: Distinct from Structured Data Records: focuses on reading and writing specific nested paths within JSON structures, not just key-value data objects.

Explore 2 awesome GitHub repositories matching data & databases · Nested Path Reads and Writes. Refine with filters or upvote what's useful.

Awesome Nested Path Reads and Writes GitHub Repositories

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

    deepstreamIO/deepstream.io

    7,183عرض على GitHub↗

    deepstream.io is an open-source realtime server that synchronizes JSON records, events, and remote procedure calls across clients and backend services. It functions as a realtime data sync server, event pub/sub server, record database server, and RPC server, all within a single platform. The server authenticates and authorizes every message using multiple strategies including JWT, HTTP, and file-based credentials, with a declarative permission language controlling access to records, events, and RPCs at a granular level. The platform distinguishes itself through its combination of realtime dat

    Sets, gets, and subscribes to changes on full records or specific nested JSON paths.

    TypeScriptauthenticationdatasyncdeepstream
    عرض على GitHub↗7,183
  • dustingetz/react-cursorالصورة الرمزية لـ dustingetz

    dustingetz/react-cursor

    1,026عرض على GitHub↗

    React Cursor is a state management library for React applications that maintains centralized application state through hierarchical cursor paths and immutable data modeling. It stores all application data in a single root location, keeping downward component trees stateless and predictable. The library enables path-based cursor refinement, allowing developers to drill down through recursive data structures to create localized child cursors pointing to specific nested substructures. Modifications are propagated upward by generating new immutable state trees using pure function updates applied

    Retrieves data values at specific paths within deeply nested state structures using cursor references.

    JavaScript
    عرض على GitHub↗1,026
  1. Home
  2. Data & Databases
  3. Structured Data Records
  4. Nested Path Reads and Writes