A crawler written in golang. Initally this is just my attempt at learning golang, hopefully I can make it into something useful.
- Take a URL off the URL queue
- Download the DOM
- Parse links and put them on the URL queue
- Put the DOM on the data queue
- Take the DOM off the data queue
- Parse data from the DOM and store it in a data store (TODO: figure out how to make this configurable)