Software Alternatives & Reviews

NSQ VS Amazon SNS

Compare NSQ VS Amazon SNS and see what are their differences

NSQ logo NSQ

A realtime distributed messaging platform.

Amazon SNS logo Amazon SNS

Fully managed pub/sub messaging for microservices, distributed systems, and serverless applications
  • NSQ Landing page
    Landing page //
    2023-07-07
  • Amazon SNS Landing page
    Landing page //
    2023-04-21

NSQ videos

GopherCon 2014 Spray Some NSQ On It by Matt Reiferson

More videos:

Amazon SNS videos

No Amazon SNS videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to NSQ and Amazon SNS)
Stream Processing
46 46%
54% 54
Push Notifications
0 0%
100% 100
Data Integration
44 44%
56% 56
Web Service Automation
100 100%
0% 0

User comments

Share your experience with using NSQ and Amazon SNS. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare NSQ and Amazon SNS

NSQ Reviews

NATS vs RabbitMQ vs NSQ vs Kafka | Gcore
NSQ is designed with a distributed architecture around the concept of topics, which allows messages to be organized and distributed across the cluster. To ensure reliable delivery, NSQ replicates each message across multiple nodes within the NSQ cluster. This means that if a node fails or there’s a disruption in the network, the message can still be delivered to its intended...
Source: gcore.com

Amazon SNS Reviews

6 Best Notification Infrastructure for Modern Applications
Lastly, let’s not forget Simple Notification Service by Amazon, a web service that supports application-to-application (A2A) and application-to-person (A2P) communication between distributed environments, microservices, and event-driven serverless applications.
Source: geekflare.com

Social recommendations and mentions

Based on our record, Amazon SNS should be more popular than NSQ. It has been mentiond 54 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

NSQ mentions (7)

  • Any thoughts on using Redis to extend Go's channels across application / machine boundaries?
    (G)NATS can do millions of messages per second and is the right tool for the job (either that or NSQ). Redis isn't even the fastest Redis protocol implementation, KeyDB significantly outperforms it. Source: about 1 year ago
  • FileWave: Why we moved from ZeroMQ to NATS
    Bit.ly's NSQ is also an excellent message queue option. Source: about 1 year ago
  • Infinite loop pattern to poll for a queue in a REST server app
    Queue consumers are interesting because there are many solutions for them, from using Redis and persisting the data in a data store - but for fast and scalable the approach I would take is something like SQS (as I advocate AWS even free tier) or NSQ for managing your own distributed producers and consumers. Source: over 1 year ago
  • What are pros and cons of Go?
    Distrubition server engine ( for example websocket server multi ws gateway and worker pool,nsq.io realtime message queue and so on). Source: almost 2 years ago
  • Distributed IM Service in Golang
    NSQ is a message queue implemented by Golang, and all messages are routed through NSQ. Reasons for choosing NSQ compared to other MQs: decentralized distribution (direct connection between production and consumption), low latency, No ordering, high performance, simple binary protocol. - Source: dev.to / about 2 years ago
View more

Amazon SNS mentions (54)

  • Serverless Site Health Check Notification System
    This blog details how you can use some key serverless components from AWS like Amazon Eventbridge, AWS Lambda, and Simple Notification Service to setup a system that will monitor your site (which can be running anywhere) and send emails, text messages, slack messages, and more when the reachability status of your site changes. - Source: dev.to / 5 months ago
  • WebSockets, gRPC, MQTT, and SSE - Which Real-Time Notification Method Is For You?
    Compare this to a stateless communication mechanism like Amazon SNS or other Webhook implementation where the connection is not persistent and the communication is one-way. These are intended to be used as a response to an event and inform subscribers without maintaining a continuous connection or keeping memory of previous interactions. - Source: dev.to / 7 months ago
  • Programmatically reacting to S3 bucket external access exposures
    Let's make it simple and add an SNS topic target to the rule. We can add multiple different subscribers to the topic. Any time when Access Analyzer creates a new finding, SNS can, for example, send an email or a customized Slack message. - Source: dev.to / 9 months ago
  • Receiving Slack notifications when CloudTrail logging gets turned off
    Of course, Slack is not the only way to receive notifications. EventBridge integrates with many target services, both AWS and 3rd parties. For example, we can set up email or phone text message alerts in SNS, or add a different target if business needs require. - Source: dev.to / 9 months ago
  • Debugging SQS subscription issues to topics
    The key service that publishes messages to its subscribers is Simple Notification Service (SNS). We can add multiple different subscribers to a topic, for example, email addresses, phone numbers, or SQS queues. - Source: dev.to / 11 months ago
View more

What are some alternatives?

When comparing NSQ and Amazon SNS, you can also consider the following products

ZeroMQ - ZeroMQ is a high-performance asynchronous messaging library.

Amazon SQS - Amazon Simple Queue Service is a fully managed message queuing service.

RabbitMQ - RabbitMQ is an open source message broker software.

OneSignal - Customer engagement platform used by over 1 million developers and marketers; the fastest and most reliable way to send mobile and web push notifications, in-app messages, emails, and SMS.

nanomsg - nanomsg is a socket library that provides several common communication patterns.

AWS Lambda - Automatic, event-driven compute service