Measures Concepts
GitHub icon

JSON Graph Spec

JSON Graph Spec - Json format

< >

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

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

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" }] }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout