sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate (by bbc)

Sqs-consumer Alternatives

Similar projects and alternatives to sqs-consumer

  1. opentelemetry-specification

    Specifications for OpenTelemetry

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. bull

    51 sqs-consumer VS bull

    Premium Queue package for handling distributed jobs and messages in NodeJS.

  4. opentracing-javascript

    Discontinued OpenTracing API for Javascript (both Node and browser). ๐Ÿ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163

  5. nsq

    A realtime distributed messaging platform

  6. opentelemetry-ext-js

    Discontinued js extensions for the open-telemetry project

  7. opentelemetry-js-contrib

    OpenTelemetry instrumentation for JavaScript modules

  8. MERN

    1 sqs-consumer VS MERN

    โ›”๏ธ DEPRECATED - Boilerplate for getting started with MERN stack

  9. opentelemetry-lambda

    Create your own Lambda Layer in each OTel language using this starter code. Add the Lambda Layer to your Lamdba Function to get tracing with OpenTelemetry.

  10. Koa

    77 sqs-consumer VS Koa

    Expressive middleware for node.js using ES2017 async functions

  11. sqs-producer

    Simple scaffolding for applications that produce SQS messages

  12. Quick Start

    1 sqs-consumer VS Quick Start

    ๐Ÿ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. ๐ŸŒˆ

  13. TypeGraphQL

    32 sqs-consumer VS TypeGraphQL

    Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  14. sns-sqs-big-payload

    Discontinued Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.

  15. Catberry

    0 sqs-consumer VS Catberry

    Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

  16. Express

    752 sqs-consumer VS Express

    Fast, unopinionated, minimalist web framework for node.

  17. SailsJS

    42 sqs-consumer VS SailsJS

    Realtime MVC Framework for Node.js

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

sqs-consumer discussion

Log in or Post with

sqs-consumer reviews and mentions

Posts with mentions or reviews of sqs-consumer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-16.
  • Infinite loop pattern to poll for a queue in a REST server app
    4 projects | /r/node | 16 Oct 2022
    You could utilize a wrapper like sqs-consumer. Check out their implementation.
  • How to Instrument AWS Services with OpenTelemetry
    6 projects | dev.to | 19 Sep 2022
    To receive the messages from the queue, we will use the sqs-consumer library. The service will receive messages describing newly created orders. After some processing, it will change the order status in the table to โ€˜completedโ€™.
  • Knock and Open Source
    3 projects | dev.to | 10 Jun 2021
    As we built out this new system, we looked at the current module ecosystem to determine if anything would fit our needs to keep this queue cleared. Unfortunately, the best module we could find, sqs-consumer, did not support FIFO queues and the issues indicated they did not have any intention to do so. Therefore, we wrote sqsiphon. Our library heavily borrows from the public interface of sqs-consumer, but is implemented in a much different way. In particular, sqsiphon leverages the Node.js event loop through setImmediate to build the polling mechanism instead of relying on SQS's "long polling" feature. Additionally, sqsiphon utilizes the JavaScript prototype to reduce reliance on expensive closures. As a bonus, OpenTracing support is built-in to sqsiphon so that applications built with it can be monitored effectively. The result is a library that can poll SQS extremely quickly while requiring very little overhead.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Stats

Basic sqs-consumer repo stats
4
1,774
8.5
11 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?