nsq

module
v0.2.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2013 License: MIT

README

NSQ is a realtime message processing system designed to operate at bitly's scale, handling billions of messages per day.

It promotes distributed and decentralized topologies without single points of failure, enabling fault tolerance and high availability coupled with a reliable message delivery guarantee. See features & guarantees.

Operationally, NSQ is easy to configure and deploy (all parameters are specified on the command line and compiled binaries have no runtime dependencies). For maximum flexibility, it is agnostic to data format (messages can be JSON, MsgPack, Protocol Buffers, or anything else). Official Go and Python libraries are available out of the box (as well as many other client libraries) and, if you're interested in building your own, there's a protocol spec.

The latest stable release is 0.2.22 (ChangeLog). We publish binary releases for linux and darwin.

NOTE: master is our development branch and may not be stable at all times.

Build Status

In Production

Documentation

Online documentation is available at http://bitly.github.io/nsq

Offline documentation requires jekyll:

$ gem install jekyll
$ git checkout gh-pages
$ jekyll serve --safe --baseurl ''

Authors

NSQ was designed and developed by Matt Reiferson (@imsnakes) and Jehiah Czebotar (@jehiah) but wouldn't have been possible without the support of bitly and all our contributors.

Directories

Path Synopsis
examples
bench_reader command
bench_writer command
nsq_pubsub command
nsq_stat command
nsq_tail command
nsq_to_file command
COPIED FROM https://github.com/jehiah/go-strftime
COPIED FROM https://github.com/jehiah/go-strftime
nsq_to_http command
nsq_to_nsq command
nsq is the official Go package for https://github.com/bitly/nsq
nsq is the official Go package for https://github.com/bitly/nsq
semver
COPIED FROM http://code.google.com/p/go-semver/
COPIED FROM http://code.google.com/p/go-semver/

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL