{"id":20676945,"url":"https://github.com/maticapuano/poc-queues","last_synced_at":"2026-04-17T21:33:39.842Z","repository":{"id":187960926,"uuid":"524149066","full_name":"maticapuano/poc-queues","owner":"maticapuano","description":"This is a simple example of a queue system using Queue and Redis.","archived":false,"fork":false,"pushed_at":"2023-11-10T18:35:22.000Z","size":2211,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T09:03:58.019Z","etag":null,"topics":["nestjs","queue","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/maticapuano.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":"2022-08-12T16:06:51.000Z","updated_at":"2023-08-12T22:42:53.000Z","dependencies_parsed_at":"2025-01-17T14:51:25.245Z","dependency_job_id":null,"html_url":"https://github.com/maticapuano/poc-queues","commit_stats":null,"previous_names":["maticapuano/poc-queues"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maticapuano/poc-queues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maticapuano%2Fpoc-queues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maticapuano%2Fpoc-queues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maticapuano%2Fpoc-queues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maticapuano%2Fpoc-queues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maticapuano","download_url":"https://codeload.github.com/maticapuano/poc-queues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maticapuano%2Fpoc-queues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31947700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nestjs","queue","typescript"],"created_at":"2024-11-16T21:14:02.967Z","updated_at":"2026-04-17T21:33:39.813Z","avatar_url":"https://github.com/maticapuano.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POC Queues\n\nThis is a simple example of a queue system using Queue and Redis.\n\n## Diagram Context\n\n![Diagram](https://i.imgur.com/inNo8mq.png)\n\n## Prerequisites\n\n- [Redis](https://redis.io/)\n- [Node.js](https://nodejs.org/)\n- [Docker](https://www.docker.com/)\n\n## Installation\n\nFirst start a Redis server on your local machine.\n\n```bash\ndocker run -d -p 6379:6379 redis\n```\n\nThen install the dependencies:\n\n```bash\ncd /poc-consumer\nnpm install\n```\n\n```bash\ncd /poc-producer\nnpm install\n```\n\n## Running the producer\n\n```bash\ncd /poc-producer\nnpm start\n```\n\n## Running the consumer\n\n```bash\ncd /poc-consumer\nnpm start\n```\n\n## Execute the producer in a separate terminal\n\n| Method | Endpoint | Description                  |\n| ------ | -------- | ---------------------------- |\n| GET    | /pull    | Send a message to the queue. |\n\n## Notes\n\nPlease note that the consumer will only process messages that are available in the queue.\n\n## Collaborators\n\n[Matías Capuano](https://github.com/maticapuano)\n[Gonzalo Telesio](https://github.com/telesiog)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaticapuano%2Fpoc-queues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaticapuano%2Fpoc-queues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaticapuano%2Fpoc-queues/lists"}