Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vigna/webgraph

WebGraph is a framework for graph compression.
https://github.com/vigna/webgraph

centrality-measures compression-library graph graph-compression java web-graph webgraph

Last synced: 6 days ago
JSON representation

WebGraph is a framework for graph compression.

Awesome Lists containing this project

README

        

Welcome to WebGraph!
--------------------

[WebGraph](http://webgraph.di.unimi.it/) 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](https://github.com/vigna/webgraph-big).

Building
--------

You need [Ant](https://ant.apache.org/) and [Ivy](https://ant.apache.org/ivy/).

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

seba ()