Skip to content
forked from nsqio/nsq

A realtime distributed messaging platform

Notifications You must be signed in to change notification settings

code-reading/nsq

 
 

Repository files navigation

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][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][client_libraries]) and, if you're interested in building your own, there's a [protocol spec][protocol].

We publish [binary releases][installing] for linux, darwin, freebsd and windows as well as an official [Docker image][docker_deployment].

About

A realtime distributed messaging platform

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 82.6%
  • JavaScript 7.0%
  • Handlebars 6.5%
  • Python 1.9%
  • Shell 1.0%
  • SCSS 0.5%
  • Other 0.5%