Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 826 Bytes

File metadata and controls

25 lines (16 loc) · 826 Bytes

Welcome to WebGraph!

WebGraph is a framework for graph compression aimed at studying web graphs. It provides simple ways to manage very large graphs, exploiting modern compression techniques.

This version of WebGraph is limited to graphs with at most 2^31 nodes. For larger graphs, have a look at the big version.

Building

You need Ant and Ivy.

Then, run ant ivy-setupjars jar and set your CLASSPATH by source setcp.sh

seba (mailto:sebastiano.vigna@unimi.it)

Fork Specific

This fork contains tool to format social networks with the Webgraph framework. More information is provided in the subdirectory 'src/social_network_compression'.