Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/segment-boneyard/go-start-nsq
- Owner: segment-boneyard
- Created: 2014-07-02T20:35:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T05:45:48.000Z (almost 10 years ago)
- Last Synced: 2024-04-09T16:31:04.516Z (7 months ago)
- Language: Go
- Size: 148 KB
- Stars: 17
- Watchers: 42
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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