{"id":13356725,"url":"https://github.com/poundifdef/smoothmq","last_synced_at":"2025-05-14T08:07:12.992Z","repository":{"id":243241533,"uuid":"808155298","full_name":"poundifdef/smoothmq","owner":"poundifdef","description":"An improved drop-in replacement for SQS","archived":false,"fork":false,"pushed_at":"2025-02-18T13:29:50.000Z","size":5195,"stargazers_count":2205,"open_issues_count":14,"forks_count":47,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-07T15:56:13.419Z","etag":null,"topics":["message-queue","messaging","queue","sqs"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poundifdef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-30T13:48:48.000Z","updated_at":"2025-05-07T15:33:55.000Z","dependencies_parsed_at":"2024-06-07T15:15:44.209Z","dependency_job_id":"8a23df84-4546-4071-97c7-e13b6b8f05a3","html_url":"https://github.com/poundifdef/smoothmq","commit_stats":{"total_commits":93,"total_committers":5,"mean_commits":18.6,"dds":"0.053763440860215006","last_synced_commit":"27992225b43dd33b8df2fbd398a21a9754a345f0"},"previous_names":["poundifdef/smoothmq"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fsmoothmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fsmoothmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fsmoothmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fsmoothmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poundifdef","download_url":"https://codeload.github.com/poundifdef/smoothmq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101618,"owners_count":22014909,"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":["message-queue","messaging","queue","sqs"],"created_at":"2024-07-29T21:02:42.145Z","updated_at":"2025-05-14T08:07:07.984Z","avatar_url":"https://github.com/poundifdef.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# SmoothMQ\n\nSmoothMQ is a drop-in replacement for SQS with a much smoother developer experience.\nIt has a functional UI, observability, tracing, message scheduling, and rate-limiting.\nSmoothMQ lets you run a private SQS instance on any cloud.\n\n## Survey!\nI'd love your feedback on the direction of this project! https://forms.gle/m5iMjcA5Xvp685Yw8\n\n\n\u003c!-- A drop-in replacement for SQS designed for great developer experience and efficiency. --\u003e\n\n## Getting Started\n\nSmoothMQ deploys as a single go binary and can be used by any existing SQS client.\n\n## Running\n\nThis will run a UI on `:3000` and an SQS-compatible server on `:3001`.\n\n```\n$ go run . server\n```\n\n## Connecting\n\nThis works with any SQS client in any language.\n\n### Python\n\n``` py\nimport boto3\n\n# Simply change the endpoint_url\nsqs = boto3.client(\"sqs\", ..., endpoint_url=\"http://localhost:3001\")\nsqs.send_message(QueueUrl=\"...\", MessageBody=\"hello world\")\n```\n\nCelery works seamlessly:\n\n``` py\napp = Celery(\"tasks\", broker_url=\"sqs://...@localhost:3001\")\n```\n\n## UI\n\nThe UI lets you manage queues and search individual messages.\n\n![Dashboard UI](docs/queue.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fsmoothmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoundifdef%2Fsmoothmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fsmoothmq/lists"}