Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vigna/webgraph
- Owner: vigna
- License: lgpl-2.1
- Created: 2021-01-14T21:28:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T14:30:46.000Z (3 months ago)
- Last Synced: 2024-12-23T15:13:27.053Z (13 days 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: 55
- Watchers: 4
- Forks: 15
- 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 ()