Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vigna/webgraph-big
- Owner: vigna
- License: lgpl-2.1
- Created: 2021-01-14T21:35:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T15:38:48.000Z (10 months ago)
- Last Synced: 2024-04-08T19:08:16.429Z (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: 12
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING.LESSER
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 ()