Skip to content

FCJ6202/go_web_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_web_crawler

A simple web crawler built using Go, much like a simplified Google, takes a link and provides the corresponding page associated with that link.

Getting Started

  • Clone the repo or download the zip file, and cd into the project folder.
cd go_web_crawler
go run main.go

Go Packages

/webCrawler/            # Contains web crawler logic.
/webCrawler/model       # Definitions struct (Page, Content)
/webCrawler/endpoint    # Contain all endpoint handle function (/crawl,/numWorkers,/speedPerHour)
/webCrawler/retry       # Contain retry page logic

High level Design

Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published