Skip to content

Sean-Brown/gocrawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocrawl

A crawler written in golang. Initally this is just my attempt at learning golang, hopefully I can make it into something useful.

Components

URL consumer

  1. Take a URL off the URL queue
  2. Download the DOM
  3. Parse links and put them on the URL queue
  4. Put the DOM on the data queue

Data consumer

  1. Take the DOM off the data queue
  2. Parse data from the DOM and store it in a data store (TODO: figure out how to make this configurable)

About

A crawler written in golang. Initally this is just my attempt at learning golang, hopefully I can make it into something useful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors