nikhil-thomas / web-crawler

an application to generate site map of a given domain
MIT License
0 stars 0 forks source link

Web Crawler

An application to generate site map of a given domain

Design

alt text

Usage

Simple Usage

    docker run --rm nikhilvep/webcrawl

Options

alt text

    docker run --rm nikhilvep/webcrawl https://github.com

Sample Output

alt text

Build docker image

Build

docker build -t web-crawler:0.1 .

List options

docker run --rm web-crawler:0.1

Run with default params

docker run --rm web-crawler:0.1 https://github.com

Effect of params

url input: https://github.com

case 1: default params

case 2: running with 5 workers

case 2: running with concurrency disabled