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: 3 days ago
JSON representation
A realtime distributed messaging platform
- Host: GitHub
- URL: https://github.com/nsqio/nsq
- Owner: nsqio
- License: mit
- Created: 2012-05-12T14:37:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T01:24:24.000Z (24 days ago)
- Last Synced: 2024-11-25T08:08:09.877Z (17 days ago)
- Topics: distributed-systems, go, message-queue, messaging, nsq, queue
- Language: Go
- Homepage: https://nsq.io
- Size: 13.4 MB
- Stars: 24,997
- Watchers: 842
- Forks: 2,903
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome - nsqio/nsq - A realtime distributed messaging platform (Go)
- awesomeLibrary - nsq - A realtime distributed messaging platform. (语言资源库 / go)
- awesome-streaming - nsq - realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. (Table of Contents / Data Pipeline)
- my-awesome - nsqio/nsq - systems,go,message-queue,messaging,nsq,queue pushed_at:2024-11 star:25.0k fork:2.9k A realtime distributed messaging platform (Go)
- awesome-distributed-system-projects - nsq - realtime fault tolerant distributed messaging platform designed to operate at scale, handling billions of messages per day [Raft + gRPC
- awesome-ccamel - nsqio/nsq - A realtime distributed messaging platform (Go)
- awesome-github-repos - nsqio/nsq - A realtime distributed messaging platform (Go)
- awesome-repositories - nsqio/nsq - A realtime distributed messaging platform (Go)
- awesome-go - NSQ - realtime distributed messaging platform. (Message brokers)
- awesome-starts - nsqio/nsq - A realtime distributed messaging platform (Go)
- awesome-starred - nsqio/nsq - A realtime distributed messaging platform (go)
- go-awesome - NSQ - Real-time distributed messaging platform (Open source library / Message Queue)
- awesome-tools - nsq - Realtime distributed messaging platform. (Message Queues / Brokers / Software packages)
- awesome-streaming - nsq - realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. (Table of Contents / Data Pipeline)
- starred-awesome - nsq - A realtime distributed messaging platform (Go)
- awesome - nsq - A realtime distributed messaging platform (Go)
- StarryDivineSky - nsqio/nsq
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