All Projects → dashbitco → Broadway_sqs

dashbitco / Broadway_sqs

A Broadway producer for Amazon SQS

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to Broadway sqs

aws-sqs-sns-client
AWS SNS SQS client UI
Stars: ✭ 26 (-59.37%)
Mutual labels:  amazon, sqs
django-eb-sqs-worker
Django Background Tasks for Amazon Elastic Beanstalk
Stars: ✭ 27 (-57.81%)
Mutual labels:  amazon, sqs
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+139.06%)
Mutual labels:  sqs, amazon
sqs-exporter
A Prometheus Exporter for the Amazon Simple Queue Service (SQS)
Stars: ✭ 24 (-62.5%)
Mutual labels:  amazon, sqs
Lifion Kinesis
A native Node.js producer and consumer library for Amazon Kinesis Data Streams
Stars: ✭ 54 (-15.62%)
Mutual labels:  amazon
Yii Queue
Queue extension for Yii 3.0
Stars: ✭ 38 (-40.62%)
Mutual labels:  sqs
Django S3 Like Storage
Your Own Amazon S3 Django Storage
Stars: ✭ 28 (-56.25%)
Mutual labels:  amazon
Learn Aws Lambda
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
Stars: ✭ 910 (+1321.88%)
Mutual labels:  amazon
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (-3.12%)
Mutual labels:  amazon
Pega Helm Charts
Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
Stars: ✭ 58 (-9.37%)
Mutual labels:  amazon
Amazon Fresh Whole Foods Delivery Slot Finder
A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
Stars: ✭ 1,048 (+1537.5%)
Mutual labels:  amazon
Arcads
ArcAds is a DFP wrapper created by Arc Publishing with publishers in mind.
Stars: ✭ 39 (-39.06%)
Mutual labels:  amazon
Aws Sdk Java V2
The official AWS SDK for Java - Version 2
Stars: ✭ 1,083 (+1592.19%)
Mutual labels:  amazon
Terraform Sqs Lambda Trigger Example
Example on how to create a AWS Lambda triggered by SQS in Terraform
Stars: ✭ 31 (-51.56%)
Mutual labels:  sqs
Amazon Sqs Java Temporary Queues Client
An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.
Stars: ✭ 60 (-6.25%)
Mutual labels:  sqs
Primefirst
Delivery Slot Alert for Amazon Prime Now 🔔📦
Stars: ✭ 28 (-56.25%)
Mutual labels:  amazon
Awesome Recommendation Engine
The purpose of this tiny project is to put things together with the know how that i learned from the course big data expert from formacionhadoop.com The idea is to show how to play with apache spark streaming, kafka,mongo, spark machine learning algorithms.
Stars: ✭ 47 (-26.56%)
Mutual labels:  amazon
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+1601.56%)
Mutual labels:  amazon
Sqs Consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
Stars: ✭ 1,019 (+1492.19%)
Mutual labels:  sqs
Amazon Ecs
With Laravel, search and lookup Amazon products easily.
Stars: ✭ 43 (-32.81%)
Mutual labels:  amazon

BroadwaySQS

A AWS SQS connector for Broadway.

Documentation can be found at https://hexdocs.pm/broadway_sqs. For more details on using Broadway with Amazon SQS, please see the Amazon SQS Guide.

Installation

Add :broadway_sqs to the list of dependencies in mix.exs along with the HTTP client of your choice (defaults to :hackney):

def deps do
  [
    {:broadway_sqs, "~> 0.6.0"},
    {:hackney, "~> 1.9"}
  ]
end

Usage

Configure Broadway with one or more producers using BroadwaySQS.Producer:

Broadway.start_link(MyBroadway,
  name: MyBroadway,
  producer: [
    module: {BroadwaySQS.Producer,
      queue_url: "https://sqs.amazonaws.com/1234567890/queue"
    }
  ]
)

License

Copyright 2019 Plataformatec
Copyright 2020 Dashbit

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].