Skip to content

Graph Formats

Abhilash Sharma edited this page May 20, 2017 · 26 revisions

Graph input format

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 sink1 sink2 ...
    • Any extra information required with sink?
  • Adjacency List with Subgraph information including along with partition information

    • this is file where each line of the format, src pid sgid sink1 sink2 ...
  • JSON format for property graphs

Clone this wiki locally