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: 10 months ago
JSON representation
WebGraph is a framework for graph compression.
- Host: GitHub
- URL: https://github.com/vigna/webgraph
- Owner: vigna
- License: lgpl-2.1
- Created: 2021-01-14T21:28:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T14:30:46.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:09:34.920Z (10 months ago)
- Topics: centrality-measures, compression-library, graph, graph-compression, java, web-graph, webgraph
- Language: Java
- Homepage: http://webgraph.di.unimi.it/
- Size: 17.5 MB
- Stars: 58
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING.LESSER
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 ()