Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nsqio/nsq

A realtime distributed messaging platform
https://github.com/nsqio/nsq

distributed-systems go message-queue messaging nsq queue

Last synced: about 1 month ago
JSON representation

A realtime distributed messaging platform

Lists

README

        





  • Source: https://github.com/nsqio/nsq


  • Issues: https://github.com/nsqio/nsq/issues


  • Mailing List: [email protected]


  • IRC: #nsq on freenode


  • Docs: https://nsq.io


  • Twitter: @nsqio

[![Build Status](https://github.com/nsqio/nsq/workflows/tests/badge.svg)](https://github.com/nsqio/nsq/actions) [![GitHub release](https://img.shields.io/github/release/nsqio/nsq.svg)](https://github.com/nsqio/nsq/releases/latest) [![Coverage Status](https://coveralls.io/repos/github/nsqio/nsq/badge.svg?branch=master)](https://coveralls.io/github/nsqio/nsq?branch=master)

**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].

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

## In Production

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  



## Code of Conduct

Help us keep NSQ open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).

## Authors

NSQ was designed and developed by Matt Reiferson ([@imsnakes][snakes_twitter]) and Jehiah Czebotar
([@jehiah][jehiah_twitter]) but wouldn't have been possible without the support of [Bitly][bitly],
maintainers ([Pierce Lopez][pierce_github]), and all our [contributors][contributors].

Logo created by Wolasi Konu ([@kisalow][wolasi_twitter]).

[protocol]: https://nsq.io/clients/tcp_protocol_spec.html
[installing]: https://nsq.io/deployment/installing.html
[docker_deployment]: https://nsq.io/deployment/docker.html
[snakes_twitter]: https://twitter.com/imsnakes
[jehiah_twitter]: https://twitter.com/jehiah
[bitly]: https://bitly.com
[features_guarantees]: https://nsq.io/overview/features_and_guarantees.html
[contributors]: https://github.com/nsqio/nsq/graphs/contributors
[client_libraries]: https://nsq.io/clients/client_libraries.html
[wolasi_twitter]: https://twitter.com/kisalow
[pierce_github]: https://github.com/ploxiln