SmoothMQ

A drop-in replacement for SQS designed for great developer experience and efficiency. (by poundifdef)

SmoothMQ Alternatives

Similar projects and alternatives to SmoothMQ

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SmoothMQ alternative or higher similarity.

SmoothMQ discussion

Log in or Post with

SmoothMQ reviews and mentions

Posts with mentions or reviews of SmoothMQ. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-30.
  • Show HN: Drop-In SQS Replacement Based on SQLite
    14 projects | news.ycombinator.com | 30 Jun 2024
    It's right there in the LICENSE file: https://github.com/poundifdef/SmoothMQ/blob/main/LICENSE

    What's unclear or not transparent about that?

  • Ask HN: Why do message queue-based architectures seem less popular now?
    5 projects | news.ycombinator.com | 18 Jun 2024
    It may be that lambdas (cloud functions, etc) have become more popular and supported on other platforms.

    When you enqueue something, you eventually need to dequeue and process it. A lambda just does that in a single call. It also removes the need to run or scale a worker.

    I think Kafka continues to be popular because it is used as a temporary data store, and there is a large ecosystem around ingesting from streams.

    I personally use queues a lot and am building an open source SQS alternative. I wonder if an open source lambda replacement would be useful too. https://github.com/poundifdef/SmoothMQ

Stats

Basic SmoothMQ repo stats
5
1,368
6.9
4 days ago

poundifdef/SmoothMQ is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.

The primary programming language of SmoothMQ is Go.


Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com

Did you konow that Go is
the 4th most popular programming language
based on number of metions?