dkuppitz / webscraper

Scrape the web up to a certain depth and store it as a graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webscraper

Scrape the web up to a certain depth and store it as a graph.

Usage Example

# if not already done:
mvn compile

# scrape the web up to depth 3 starting from http://www.tinkerpop.com and store the result in /tmp/web.kryo
./run /tmp/web.kryo http://www.tinkerpop.com 3

About

Scrape the web up to a certain depth and store it as a graph


Languages

Language:Java 98.4%Language:Shell 1.6%