Skip to content

A simple web crawler which works with a swarm of computers to maximize efficiency

Notifications You must be signed in to change notification settings

Christopher-06/Swarm-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swarm-Crawler

This little project is created to teach myself something about swarm applications. I created a master app which has the full control and manage everything. Also a slave app is created which contains the worker units. The master says which site is to crawl and one slave will do it. If he found a new link to another site, he informs the master and the new site will be crawed also. The benefit of having multiple worker units is that you have more power (more cores) and your network card will not limit you.

About

A simple web crawler which works with a swarm of computers to maximize efficiency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages