# nsq **Repository Path**: mirrors_DataDog/nsq ## Basic Information - **Project Name**: nsq - **Description**: ## Auto-archived due to inactivity. ## A realtime distributed messaging platform - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

[![Build Status](https://secure.travis-ci.org/nsqio/nsq.svg?branch=master)](http://travis-ci.org/nsqio/nsq) [![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 and darwin. 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] and all our [contributors][contributors]. Logo created by Wolasi Konu ([@kisalow][wolasi_twitter]). [protocol]: http://nsq.io/clients/tcp_protocol_spec.html [installing]: http://nsq.io/deployment/installing.html [snakes_twitter]: https://twitter.com/imsnakes [jehiah_twitter]: https://twitter.com/jehiah [bitly]: https://bitly.com [features_guarantees]: http://nsq.io/overview/features_and_guarantees.html [contributors]: https://github.com/nsqio/nsq/graphs/contributors [client_libraries]: http://nsq.io/clients/client_libraries.html [wolasi_twitter]: https://twitter.com/kisalow