Skip to content
/ nsq Public
forked from nsqio/nsq

A realtime distributed messaging platform

License

Notifications You must be signed in to change notification settings

xiaost/nsq

This branch is 973 commits behind nsqio/nsq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7da860 · Nov 24, 2014
Nov 6, 2014
Sep 17, 2014
Nov 18, 2014
Aug 30, 2013
Oct 29, 2014
Nov 22, 2014
Aug 21, 2014
Nov 1, 2012
Nov 24, 2014
Sep 14, 2014
Sep 14, 2014
Oct 22, 2012
Nov 18, 2014
Sep 14, 2014
Nov 18, 2014
Aug 30, 2012
Jul 23, 2014
Nov 19, 2014
Jun 4, 2014
Oct 23, 2014
Apr 12, 2013
Aug 25, 2014

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.0 (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

              

              

              

              

Documentation

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

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.

About

A realtime distributed messaging platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%