Skip to content
/ nsq Public

A realtime distributed messaging platform

License

Notifications You must be signed in to change notification settings

nsqio/nsq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d955216 · Apr 26, 2015
Mar 28, 2015
Feb 26, 2015
Apr 26, 2015
Apr 26, 2015
Aug 30, 2013
Mar 28, 2015
Apr 25, 2015
Mar 28, 2015
Nov 1, 2012
Mar 28, 2015
Feb 3, 2015
Oct 22, 2012
Apr 26, 2015
Feb 20, 2015
Apr 26, 2015
Aug 30, 2012
Apr 26, 2015
Apr 26, 2015
Jun 4, 2014
Feb 27, 2015
Feb 27, 2015
Mar 11, 2015

Repository files navigation

Build Status

NSQ is a realtime distributed messaging platform designed to operate at 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.3.5 (ChangeLog). We publish binary releases for linux and darwin.

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

In Production

              

              

              

              

           

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.