{"id":16418897,"url":"https://github.com/sneako/queue_consumer","last_synced_at":"2025-10-19T04:31:48.787Z","repository":{"id":133415404,"uuid":"161950898","full_name":"sneako/queue_consumer","owner":"sneako","description":"Small and simple Elixir lib to process messages from a queue via GenStage ConsumerSupervisor","archived":false,"fork":false,"pushed_at":"2019-08-19T08:14:02.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-06T17:46:38.024Z","etag":null,"topics":["elixir","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/sneako.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-12-15T23:08:19.000Z","updated_at":"2019-08-19T08:14:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"870093e2-ecdb-42b7-b3ea-995caa2a8b6f","html_url":"https://github.com/sneako/queue_consumer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fqueue_consumer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fqueue_consumer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fqueue_consumer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fqueue_consumer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sneako","download_url":"https://codeload.github.com/sneako/queue_consumer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240468728,"owners_count":19806234,"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":["elixir","genstage","sqs"],"created_at":"2024-10-11T07:15:18.628Z","updated_at":"2025-10-19T04:31:48.698Z","avatar_url":"https://github.com/sneako.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Note:\nThis was written before https://github.com/plataformatec/broadway existed. You should probably look at that now.\n\n# QueueConsumer\n[![Build Status](https://travis-ci.org/sneako/queue_consumer.svg?branch=master)](https://travis-ci.org/sneako/queue_consumer)\n[![Coverage Status](https://coveralls.io/repos/github/sneako/queue_consumer/badge.svg?branch=master)](https://coveralls.io/github/sneako/queue_consumer?branch=master)\n\nQuick and easy way to consume a message queue. Sets up a [GenStage](https://github.com/elixir-lang/gen_stage) Producer with\na ConsumerSupervisor. All you need to do is implement the `QueueConsumer.Processor` behaviour, and pass in your configuration.\n\n## Installation\n \nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `queue_consumer` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:queue_consumer, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/queue_consumer](https://hexdocs.pm/queue_consumer).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fqueue_consumer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsneako%2Fqueue_consumer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fqueue_consumer/lists"}