Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

JSON Graph Spec

< >

JSON Graph Spec is a json format created in 2013 by Byron Ruth.

#2217on PLDB 11Years Old
Download source code:
git clone https://github.com/bruth/json-graph-spec
Source Code

JSON specification for representing a graph structure


Example from the web:
{ "nodes": [{ "labels": ["Origin"], "props": { "name": "file.csv", "uri": "csv:///path/to/file.csv" }, "match": ["uri"] }, { "labels": ["Element"], "props": { "name": "ArtistId", "uri": "csv:///path/to/file.csv/ArtistId" }, "match": ["uri"] }], "rels": [{ "start": 0, "end": 1, "type": "CONTAINS" }] }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll