-
Notifications
You must be signed in to change notification settings - Fork 11
Graph Formats
Abhilash Sharma edited this page Oct 1, 2016
·
26 revisions
This page specifies proposed standard format for both normal graphs and property graphs.
-
Adjacency List
- this is file where each line is of the format, src sink1 sink2 ...
-
Adjacency List with additional information for loading
- this is file where each line of the format, src,pid,sgid sink1 sink2 ...
- Any exta information required with sink?
-
JSON format for property graphs
- Json Format each line of file is of the format, _[srcid, srcvalue, sinkid1, edgevalue1],[sinkid2, edgevalue2] _