telegraf/Godeps/_workspace/src/github.com/nsqio/go-nsq
Jonathan Cross 2a76942a74 NSQ Output plugin
NSQ output plugin, following the NSQ methodology output is a producer
to one instance of NSQD. The go library does not accept array values be
default for a Producer. Additionally service discovery is generally
done as a consumer.

Follows same methodology as Kafka Output without the tag reference.
2015-10-27 15:44:22 -06:00
..
test NSQ Output plugin 2015-10-27 15:44:22 -06:00
.travis.yml NSQ Output plugin 2015-10-27 15:44:22 -06:00
ChangeLog.md NSQ Output plugin 2015-10-27 15:44:22 -06:00
LICENSE NSQ Output plugin 2015-10-27 15:44:22 -06:00
README.md NSQ Output plugin 2015-10-27 15:44:22 -06:00
UPGRADING.md NSQ Output plugin 2015-10-27 15:44:22 -06:00
api_request.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
command.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
config.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
config_flag.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
conn.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
consumer.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
delegates.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
errors.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
message.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
producer.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
protocol.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
states.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
test.sh NSQ Output plugin 2015-10-27 15:44:22 -06:00
version.go NSQ Output plugin 2015-10-27 15:44:22 -06:00

README.md

go-nsq

Build Status GoDoc GitHub release

The official Go package for NSQ.

Docs

See godoc and the main repo apps directory for examples of clients built using this package.

Tests

Tests are run via ./test.sh (which requires nsqd and nsqlookupd to be installed).