{"id":27962444,"url":"https://github.com/dashbitco/broadway_sqs","last_synced_at":"2025-05-07T19:22:28.162Z","repository":{"id":42712112,"uuid":"164105034","full_name":"dashbitco/broadway_sqs","owner":"dashbitco","description":"A Broadway producer for Amazon SQS","archived":false,"fork":false,"pushed_at":"2024-06-21T10:30:06.000Z","size":167,"stargazers_count":93,"open_issues_count":6,"forks_count":32,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-07T09:18:49.847Z","etag":null,"topics":["amazon","broadway","genstage","sqs"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashbitco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-04T12:29:56.000Z","updated_at":"2025-01-24T06:40:33.000Z","dependencies_parsed_at":"2024-06-19T01:44:30.821Z","dependency_job_id":null,"html_url":"https://github.com/dashbitco/broadway_sqs","commit_stats":{"total_commits":85,"total_committers":25,"mean_commits":3.4,"dds":0.7058823529411764,"last_synced_commit":"e51ffd4b62d4a592aae8b1ad6fe5b8b5c72ea595"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fbroadway_sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fbroadway_sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fbroadway_sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashbitco%2Fbroadway_sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashbitco","download_url":"https://codeload.github.com/dashbitco/broadway_sqs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883204,"owners_count":21819160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","broadway","genstage","sqs"],"created_at":"2025-05-07T19:22:27.372Z","updated_at":"2025-05-07T19:22:28.153Z","avatar_url":"https://github.com/dashbitco.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BroadwaySQS\n\nA AWS SQS connector for [Broadway](https://github.com/dashbitco/broadway).\n\nDocumentation can be found at [https://hexdocs.pm/broadway_sqs](https://hexdocs.pm/broadway_sqs).\nFor more details on using Broadway with Amazon SQS, please see the\n[Amazon SQS Guide](https://hexdocs.pm/broadway/amazon-sqs.html).\n\n## Installation\n\nAdd `:broadway_sqs` to the list of dependencies in `mix.exs` along with the HTTP\nclient of your choice (defaults to `:hackney`):\n\n```elixir\ndef deps do\n  [\n    {:broadway_sqs, \"~\u003e 0.7.1\"},\n    {:hackney, \"~\u003e 1.9\"}\n  ]\nend\n```\n\n## Usage\n\nConfigure Broadway with one or more producers using `BroadwaySQS.Producer`:\n\n```elixir\nBroadway.start_link(MyBroadway,\n  name: MyBroadway,\n  producer: [\n    module: {BroadwaySQS.Producer,\n      queue_url: \"https://sqs.amazonaws.com/1234567890/queue\"\n    }\n  ]\n)\n```\n\n## License\n\nCopyright 2019 Plataformatec\\\nCopyright 2020 Dashbit\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashbitco%2Fbroadway_sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashbitco%2Fbroadway_sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashbitco%2Fbroadway_sqs/lists"}