Skip to content

Files

Latest commit

61463d2 · Nov 28, 2020

History

History
This branch is 157 commits behind nsqio/nsq:master.

nsqadmin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 18, 2020
Sep 16, 2017
Aug 3, 2018
Aug 7, 2015
Oct 18, 2020
Oct 18, 2020
Feb 10, 2019
Oct 18, 2020
Nov 28, 2020
Mar 3, 2019
Mar 2, 2019
Nov 28, 2020
Nov 28, 2020
Mar 3, 2019
Mar 2, 2019
Oct 11, 2020
Oct 11, 2020

nsqadmin

nsqadmin is a Web UI to view aggregated cluster stats in realtime and perform various administrative tasks.

Read the docs

Local Development

Dependencies

  1. Install go-bindata
  2. Install NodeJS 14.x (includes npm)

Workflow

  1. $ npm install
  2. $ ./gulp --series clean watch or $ ./gulp --series clean build
  3. $ go-bindata --debug --pkg=nsqadmin --prefix=static/build/ static/build/...
  4. $ go build ../apps/nsqadmin && ./nsqadmin
  5. make changes (repeat step 4 only if you make changes to any Go code)
  6. $ go-bindata --pkg=nsqadmin --prefix=static/build/ static/build/...
  7. commit other changes and bindata.go