Skip to content

khanhicetea/distributed-webcrawler

Repository files navigation

Distributed web-crawler based on Docker

Introdution

This is a small web-crawler project used distributed architecture and based on Docker. It also used cool OpenSource projects :

It's mainly built on Python Language, but you can use many others Languages (C, C++, Java, PHP, NodeJS, ...) to implement.

Distributed Architecture

Distributed Architecture of Web Crawler

Requirements

Installation

Step 1 : Build docker image

git clone https://github.com/khanhicetea/distributed-webcrawler.git
cd distributed-webcrawler
docker-compose build

Step 2 : Run init containers

docker-compose up -d

Step 3 : Run crawlers

docker exec -it distributedwebcrawler_worker1_1 /entrypoint.sh crawler [number_of_crawlers]

ENJOY !!!

Credits

License

Licensed under the MIT License - see the LICENSE file for details.

About

Distributed WebCrawler built on top of Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published