SaaSHub helps you find the best software and product alternatives Learn more →
Smoothmq Alternatives
Similar projects and alternatives to smoothmq
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
up-for-grabs.net
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
-
-
-
-
Ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
-
-
-
-
-
-
-
-
-
-
elasticmq
In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
smoothmq discussion
smoothmq reviews and mentions
-
Ask HN: What Open Source Projects Need Help?
SmoothMQ: a drop-in replacement for SQS. https://github.com/poundifdef/smoothmq
I am looking to build 4 main things:
1. Better compatibility with SQS' different endpoints
-
Show HN: PgQueuer – Transform Your PostgreSQL into a Powerful Job Queue
I am building an SQS compatible queue for exactly that reason. Use with any language or framework. https://github.com/poundifdef/smoothmq
It is based on SQLite, but it’s written in a modular way. It would be easy to add Postgres as a backend (in fact, it might “just work” if I switch the ORM connection string.)
-
Show HN: Drop-In SQS Replacement Based on SQLite
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?
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
Stats
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.