{"id":21595753,"url":"https://github.com/wigging/rabbit","last_synced_at":"2025-03-18T11:13:22.709Z","repository":{"id":255504177,"uuid":"851854820","full_name":"wigging/rabbit","owner":"wigging","description":"Simple examples of RabbitMQ workflows","archived":false,"fork":false,"pushed_at":"2024-09-04T15:13:40.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T17:33:54.657Z","etag":null,"topics":["rabbitmq"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wigging.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":"2024-09-03T20:07:00.000Z","updated_at":"2024-09-04T15:13:44.000Z","dependencies_parsed_at":"2024-09-07T06:47:31.541Z","dependency_job_id":null,"html_url":"https://github.com/wigging/rabbit","commit_stats":null,"previous_names":["wigging/rabbit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Frabbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Frabbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Frabbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Frabbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wigging","download_url":"https://codeload.github.com/wigging/rabbit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244207747,"owners_count":20416109,"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":["rabbitmq"],"created_at":"2024-11-24T17:43:50.743Z","updated_at":"2025-03-18T11:13:22.691Z","avatar_url":"https://github.com/wigging.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rabbit\n\nRabbit is a Python package that demonstrates various [RabbitMQ](https://www.rabbitmq.com) workflows using the [Pika](https://github.com/pika/pika) client library. The goal is to show how RabbitMQ workflows can be implemented as a Python package using a simple design.\n\n## Installation\n\nThis project uses [conda](https://conda.org) to create a Python virtual environment. Create the conda environment using the following command:\n\n```text\nconda env create --file environment.yml\n```\n\nActivate the environment as shown below. This will install the rabbit package in editable mode within the conda environment. See the comments in the `environment.yml` for more details.\n\n```text\nconda activate rabbit\n```\n\nA Docker compose file is also provided for running a RabbitMQ broker with default settings. Use the command shown below to run the broker in a Docker container. See the `compose.yaml` file for more details.\n\n```text\ndocker compose up\n```\n\n## Examples\n\nSee the `examples` directory for several examples. Each example is in its own sub-directory. Read the comments in each example files for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwigging%2Frabbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwigging%2Frabbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwigging%2Frabbit/lists"}