Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vigna/webgraph-big

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

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

Last synced: 3 months ago
JSON representation

WebGraph is a framework for graph compression.

Awesome Lists containing this project

README

        

Welcome to WebGraph (big)!
--------------------------

[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 big version of WebGraph can manage graphs as large as your core memory
allows. For graphs with less than 2^31 nodes, have a look at the [standard
version](https://github.com/vigna/webgraph).

Building
--------

You need [Ant](https://ant.apache.org/) and [Ivy](https://ant.apache.org/ivy/).
Then, run `ant ivy-setupjars jar`.

seba ()