Consumes google search results from NSQ and stores in RethinkDB.
It also schedules a crawl of every page in search results.
$ serps \
--nsq-addr localhost:4150 \
--nsqlookup-addr localhost:4161 \
--nsq-topic google_results \
--rethink-db default \
--rethink-table serps \
--rethink-addr localhost:28015 \
--crawl-topic crawl \
--crawl-callback github.com/crackcomm/…/spider.Example
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/