awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • douglascrockford/json-jsAvatar von douglascrockford

    douglascrockford/JSON-js

    8,724Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,724
  • google/perfettoAvatar von google

    google/perfetto

    5,558Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,558
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Query Graph Serialization

Unter-Tags erkunden

  • 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.