Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 900 Bytes

serps

Circle CI

Consumes google search results from NSQ and stores in RethinkDB.

It also schedules a crawl of every page in search results.

Usage

$ 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

License

                             Apache License
                       Version 2.0, January 2004
                    http://www.apache.org/licenses/

Authors