WebGraph

WebGraph is a framework to study the web graph. It provides simple ways to manage very large graph, exploiting modern compression techniques.

License

License

GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

webgraph
Last Version

Last Version

3.6.10
Release Date

Release Date

Type

Type

jar
Description

Description

WebGraph
WebGraph is a framework to study the web graph. It provides simple ways to manage very large graph, exploiting modern compression techniques.
Source Code Management

Source Code Management

https://github.com/vigna/webgraph

Download webgraph

How to add to project

<!-- https://jarcasting.com/artifacts/it.unimi.dsi/webgraph/ -->
<dependency>
    <groupId>it.unimi.dsi</groupId>
    <artifactId>webgraph</artifactId>
    <version>3.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph/
implementation 'it.unimi.dsi:webgraph:3.6.10'
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph/
implementation ("it.unimi.dsi:webgraph:3.6.10")
'it.unimi.dsi:webgraph:jar:3.6.10'
<dependency org="it.unimi.dsi" name="webgraph" rev="3.6.10">
  <artifact name="webgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.dsi', module='webgraph', version='3.6.10')
)
libraryDependencies += "it.unimi.dsi" % "webgraph" % "3.6.10"
[it.unimi.dsi/webgraph "3.6.10"]

Dependencies

compile (9)

Group / Artifact Type Version
ch.qos.logback » logback-classic.jar Optional jar 3.6.10
it.unimi.di : jsap jar 20210129
it.unimi.dsi : fastutil jar 8.5.1
it.unimi.dsi : dsiutils jar 2.6.17
it.unimi.dsi : sux4j jar 5.2.3
net.sf.jung : jung-api jar 2.1.1
net.sf.jung : jung-io jar 2.1.1
org.apache.commons : commons-math3 jar 3.6.1
org.slf4j : slf4j-api jar 1.7.30

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.apache.commons : commons-io jar 1.3.2

Project Modules

There are no modules declared in this project.

Welcome to WebGraph!

WebGraph 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.

seba (mailto:[email protected])

Versions

Version
3.6.10
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.3
3.6.2
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.9
3.0.8
3.0.7
3.0.5
3.0.4