{"id":36492281,"url":"https://github.com/mbobakov/spray-rabbit","last_synced_at":"2026-01-12T01:57:06.290Z","repository":{"id":57605874,"uuid":"82278250","full_name":"mbobakov/spray-rabbit","owner":"mbobakov","description":"Send json-messenges  from rabbit to different targets","archived":false,"fork":false,"pushed_at":"2017-02-17T12:42:43.000Z","size":906,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T12:35:19.680Z","etag":null,"topics":["cli-utility","elasticsearch","golang","networking","rabbitmq","utility"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbobakov.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}},"created_at":"2017-02-17T09:05:25.000Z","updated_at":"2017-02-17T09:09:28.000Z","dependencies_parsed_at":"2022-09-26T17:31:41.828Z","dependency_job_id":null,"html_url":"https://github.com/mbobakov/spray-rabbit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbobakov/spray-rabbit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbobakov%2Fspray-rabbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbobakov%2Fspray-rabbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbobakov%2Fspray-rabbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbobakov%2Fspray-rabbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbobakov","download_url":"https://codeload.github.com/mbobakov/spray-rabbit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbobakov%2Fspray-rabbit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"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":["cli-utility","elasticsearch","golang","networking","rabbitmq","utility"],"created_at":"2026-01-12T01:57:06.230Z","updated_at":"2026-01-12T01:57:06.285Z","avatar_url":"https://github.com/mbobakov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# spray-rabbit\n'''spray-rabbit''' is tool for sending JSON-messages from Rabbit-MQ to different destinations like TCP-socket, ElasticSearch and etc.\n\n### Install\n``` go get https://github.com/mbobakov/spray-rabbit```\n\nor download via releases page\n\n### Implemented outputs(Sprays)\n  - [Console](https://github.com/mbobakov/spray-rabbit/console-spray/). Print message as Info-log event\n  - [TCP](https://github.com/mbobakov/spray-rabbit/tcp-spray/). Send messages to TCP-socket. Messages delimited by '\\n'\n  - [ElasticSearch](https://github.com/mbobakov/spray-rabbit/elastic-spray/). Send messages via bulk-API\n\n### Configuration\nFor now all configuration is placed in one file. File must be in [HCL-syntax](https://github.com/hashicorp/hcl)\n\n[Example config](https://github.com/mbobakov/spray-rabbit/config_example.hcl)\n\nFormat of configuration for the input:\n\n    rabbitmq {\n        uri             \u003cstring\u003e        AMQP connection URL like \"amqp://user:password@mq-na:5672/userhost\"\n        exchange        \u003cstring\u003e        Rabbitmq Exchange for binding fetching queue\n        queue           \u003cstring\u003e        Rabbitmq Queue for fetching messages\n        key             \u003cstring\u003e        Rabbitmq Routing key\n        ack             \u003cbool\u003e          Shoud we ack fetch for Rabbitmq\n        prefetch_count  \u003cint\u003e           Prefetch count\n        auto_delete     \u003cbool\u003e          Delete the Rabbitmq queue if no consumers on it\n        spay_to         \u003c[] of string\u003e  Send messages via this outputs\n    }\n\n### TODO\n    - Tests\n    - More clear documentation\n\n### Contibuting\nGo \u003e= 1.7 is requirement. This tool use [dep](https://github.com/golang/dep) for dependency management. Pull Request are welcome. ;) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbobakov%2Fspray-rabbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbobakov%2Fspray-rabbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbobakov%2Fspray-rabbit/lists"}