Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 657 Bytes

Get WebGraph from Laboratory for Web Algorithmics

Prerequisites

  • docker 1.10.0+
  • docker-compose 1.6.0+

Usage

Want edge list like SNAP dataset

  1. Choose web graph from Laboratory for Web Algorithmics
  2. Run below command with graph name
./get_edgelist.sh {graph name you want}

Want to use WebGraph

  1. Edit command section in docker-compose.yml
  2. Run docker-compose

or

  1. Run docker image named amaya382/webgraph directly with your command

Acknowledgement