awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • deepstreamio/deepstream.ioAvatar de deepstreamIO

    deepstreamIO/deepstream.io

    7,183Voir sur 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
    Voir sur GitHub↗7,183
  • dustingetz/react-cursorAvatar de dustingetz

    dustingetz/react-cursor

    1,026Voir sur 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
    Voir sur GitHub↗1,026
  1. Home
  2. Data & Databases
  3. Structured Data Records
  4. Nested Path Reads and Writes