os-rq-hub
Request queue hub for broad crawls
Install
You can get the library with go get
go get -u github.com/cfhamlet/os-rq-hub
The binary command line tool can be build from source, you should always build the latest released version , Releases List
git clone -b v0.0.1 https://github.com/cfhamlet/os-rq-hub.git
cd os-rq-hub
make install
Usage
Command line
$ rq-hub -h
rq-hub command line tool
Usage:
rq-hub [flags]
rq-hub [command]
Available Commands:
help Help about any command
run run rq-hub server
version show version info
Flags:
-h, --help help for rq-hub
Use "rq-hub [command] --help" for more information about a command.
License
MIT licensed.