www.fgks.org   »   [go: up one dir, main page]

Skip to content

cfhamlet/os-rq-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-rq-pod

Build Status codecov go.dev reference

Request queue pod for broad crawls

Install

You can get the library with go get

go get -u github.com/cfhamlet/os-rq-pod

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-pod.git
cd os-rq-pod
make install

Usage

Command line

$ rq-pod -h
rq-pod command line tool

Usage:
  rq-pod [flags]
  rq-pod [command]

Available Commands:
  help        Help about any command
  run         run rq-pod server
  version     show version info

Flags:
  -h, --help   help for rq-pod

Use "rq-pod [command] --help" for more information about a command.

License

MIT licensed.