{"id":19666800,"url":"https://github.com/herrmannplatz/rabbitly","last_synced_at":"2026-05-01T22:35:53.435Z","repository":{"id":75266939,"uuid":"535216300","full_name":"herrmannplatz/rabbitly","owner":"herrmannplatz","description":"configuration based ampq message handling","archived":false,"fork":false,"pushed_at":"2022-09-13T18:40:59.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-21T22:02:18.316Z","etag":null,"topics":["ampq","nodejs","rabbitmq","yaml"],"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/herrmannplatz.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-09-11T06:57:48.000Z","updated_at":"2024-02-25T21:54:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa1ca1fd-5712-4d56-8f20-6d82356a1868","html_url":"https://github.com/herrmannplatz/rabbitly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/herrmannplatz/rabbitly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Frabbitly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Frabbitly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Frabbitly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Frabbitly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herrmannplatz","download_url":"https://codeload.github.com/herrmannplatz/rabbitly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrmannplatz%2Frabbitly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ampq","nodejs","rabbitmq","yaml"],"created_at":"2024-11-11T16:29:03.195Z","updated_at":"2026-05-01T22:35:53.401Z","avatar_url":"https://github.com/herrmannplatz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rabbitly 🚅🐰💨\n\n\u003e configuration based ampq message handling\n\n❗️Still in development\n\n## Install\n\n`npm install herrmannplatz/rabbitly`\n\n## Usage\n\nPlace a `rabbitly.yaml` in the root of you project.\n\n```yaml\nversion: 1\n\nhost: amqp://localhost\n\nexchange:\n  name: logs\n  queues:\n    errors:\n      routingKey: logs.error\n      handler: handler.errors\n      json: true\n```\n\nIf you prefer editor support when writing your configuration, reference the schema in your configuration file and install [YAML vscode extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)\n\n```yaml\n# yaml-language-server: $schema=node_modules/rabbitly/schema.json\nversion: 1\n\nhost: ${RABBITMQ_URI}\n\nexchange:\n  name: logs\n```\n\nSpecify the handler file `handler.js` with exports the specified handler functions.\n\n```js\nmodule.exports.errors = async (message) =\u003e {\n  console.error('💥', message)\n}\n```\n\nRun it.\n\n```json\n{\n  \"scripts\": {\n    \"start\": \"rabbitly\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrmannplatz%2Frabbitly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherrmannplatz%2Frabbitly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrmannplatz%2Frabbitly/lists"}