You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan LaRocque edited this page Sep 5, 2014
·
4 revisions
This is the documentation for Faunus 0.4. Faunus was merged into Titan and renamed Titan-Hadoop in version 0.5. Documentation for the latest Titan version is available at http://s3.thinkaurelius.com/docs/titan/current.
There are two standard types of serialized graph representations: adjacency list and edge list. The adjacency list is the standard Faunus format - a vertex and all of its incident edges. An edge list, on the other hand, is simply a list of all the edges. The edge list format does not support element properties. The format is outVertexId\tinVertexId\tedgeLabel\n.
The Graph of the Gods data set, when represented as an edge list, looks as as follows.