Skip to content

Graph Formats

Abhilash Sharma edited this page Oct 1, 2016 · 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,sgid sink1 sink2 ...
    • Any exta information required with sink?
  • JSON format for property graphs

Clone this wiki locally