2 repository-uri
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.
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.
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.