2 مستودعات
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.
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.
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.