Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/segment-boneyard/go-start-nsq

Helper program to boot nsqd / nsqlookupd / nsqadmin nodes for local development
https://github.com/segment-boneyard/go-start-nsq

Last synced: about 5 hours ago
JSON representation

Helper program to boot nsqd / nsqlookupd / nsqadmin nodes for local development

Awesome Lists containing this project

README

        

# start-nsq

Little helper program to boot nsqd / nsqlookupd / nsqadmin nodes for local development.

## Installation

```
$ go get github.com/segmentio/go-start-nsq
```

## Usage

One NSQD:

```
$ go-start-nsq
```

Three NSQD nodes:

```
$ go-start-nsq -n 3
```

# License

MIT