Skip to content

WebCrawler is a simple Java based framework which scans websites concurrently and stores data into persistent storage

License

Notifications You must be signed in to change notification settings

avoloshko/WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCrawler

WebCrawler is a simple Java based framework which scans websites concurrently and stores indexed data into persistent storage.

Building and running

Prerequisites

Version numbers below indicate the versions used.

Building Steps

  • git clone https://github.com/avoloshko/WebCrawler
  • cd WebCrawler
  • mvn clean package

The most important results of the build are

  • web/target/web-<version>.jar - A console application
  • cli/target/cli-<version>.jar - A web application

Running

  • java -jar cli/target/cli-<version>.jar crawl cli/dist/configuration.yml --href https://google.com
  • java -jar web/target/web-<version>.jar server web/dist/configuration.yml

By default the web application uses port 8080.

Working files

Database is saved into the webcrawler.db directory if LevelDB is configured for storage. (Memory data store is never persisted.) If you want a clean start then remove the entire data directory.

Documentation

About

WebCrawler is a simple Java based framework which scans websites concurrently and stores data into persistent storage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published