Skip to content
A realtime distributed messaging platform
Go JavaScript HTML Python Shell CSS Other
Branch: master
Clone or download

Latest commit

ploxiln Merge pull request #1243 from victorabarros/master
fix docker hub url in changelog
Latest commit 8db8c50 Mar 26, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
apps Close unclosed file Nov 18, 2019
bench *: remove deprecated features Dec 28, 2016
contrib bump v1.1.1-alpha Jan 8, 2019
internal fix the log output when data-path is not exist or in use by another i… Dec 3, 2019
nsqadmin nsqadmin: fix js source-map serving for firefox Sep 21, 2019
nsqd nsqd: add include_mem parameter to HTTP /stats to exclude memory stats Jan 12, 2020
nsqlookupd nsqlookupd: close all connections on exit to avoid t.Log races Sep 19, 2019
.gitignore add build to .ignore Feb 25, 2020
.travis.yml Bump dependencies, drop Go 1.9, drop dep Dec 26, 2019
CODE_OF_CONDUCT.md docs: add Code of Conduct Sep 24, 2015
CONTRIBUTING.md docs: add Code of Conduct Sep 24, 2015
ChangeLog.md Fix docker hub url Mar 26, 2020
Dockerfile Dockerfile: WORKDIR /data so nsqd stores stuff in /data by default Oct 12, 2019
LICENSE update docs; bump to 0.2.0 Aug 30, 2012
Makefile Makefile: replace GOFLAGS with BLDFLAGS Sep 24, 2018
README.md readme: add SmartServing logo Jan 20, 2019
bench.sh bench: save an nsqd CPU profile while benchmarking Jul 13, 2015
coverage.sh coverage.sh: more robust goveralls path Nov 5, 2017
dist.sh Bump dependencies, drop Go 1.9, drop dep Dec 26, 2019
fmt.sh fmt.sh: switch to goimports Feb 27, 2015
go.mod Bump dependencies, drop Go 1.9, drop dep Dec 26, 2019
go.sum Bump dependencies, drop Go 1.9, drop dep Dec 26, 2019
test.sh Bump dependencies, drop Go 1.9, drop dep Dec 26, 2019
travis.sh travis: pivot on go version; remove 1.8.x Dec 29, 2018

README.md

Build Status GitHub release Coverage 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.

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

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

In Production

              

              

              

              

              

              
   Logo of SmartServing which powered by nEqual.com  

Code of Conduct

Help us keep NSQ open and inclusive. Please read and follow our Code of Conduct.

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.

Logo created by Wolasi Konu (@kisalow).

You can’t perform that action at this time.