awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesQuery Graph Serialization

Serializing and deserializing entire query node graphs to JSON for sharing, examples, and undo/redo.

Distinct from Graph Querying: Distinct from Graph Querying: focuses on serialization of query graph structure, not graph traversal or querying.

Explore 2 awesome GitHub repositories matching data & databases · Query Graph Serialization. Refine with filters or upvote what's useful.

Awesome Query Graph Serialization 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.
  • douglascrockford/json-jsAvatar de douglascrockford

    douglascrockford/JSON-js

    8,724Voir sur GitHub↗

    This is a JavaScript library for parsing and serializing JSON data, with a particular focus on handling objects that contain circular references. It provides a standard JSON parser that reads text and reconstructs JavaScript values without using the eval function, guarding against code injection, alongside a standard serializer that converts objects into JSON strings for data interchange. The library distinguishes itself by offering specialized encoding and decoding for cyclical object graphs. It can serialize objects with circular references by replacing repeated object paths with JSONPath s

    Enables lossless round-trip serialization of object graphs with circular references.

    JavaScript
    Voir sur GitHub↗8,724
  • google/perfettoAvatar de google

    google/perfetto

    5,558Voir sur GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Serializes query node graphs to JSON for sharing and undo/redo in the analysis UI.

    C++
    Voir sur GitHub↗5,558
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Query Graph Serialization

Explorer les sous-tags

  • Lossless Graph Round-Trip SerializersSerializers and deserializers that preserve the full object graph topology through serialization and deserialization without data or structure loss. **Distinct from Query Graph Serialization:** Distinct from Query Graph Serialization: focuses on preserving circular references and graph topology, not just query node graphs.