{"id":23223802,"url":"https://github.com/guilhermecaz/py-rabbitmq-tutorials","last_synced_at":"2025-10-08T23:24:24.145Z","repository":{"id":267338387,"uuid":"900879725","full_name":"GuilhermeCAz/py-rabbitmq-tutorials","owner":"GuilhermeCAz","description":"Hands-on exploration of RabbitMQ using Python, following the official RabbitMQ tutorials.","archived":false,"fork":false,"pushed_at":"2024-12-10T02:16:20.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T16:37:47.468Z","etag":null,"topics":["python","rabbitmq","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Python","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/GuilhermeCAz.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-12-09T16:32:21.000Z","updated_at":"2024-12-10T02:16:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ae56f98-ec67-4281-b619-fa9c3211b60d","html_url":"https://github.com/GuilhermeCAz/py-rabbitmq-tutorials","commit_stats":null,"previous_names":["guilhermecaz/py-rabbitmq-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GuilhermeCAz/py-rabbitmq-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilhermeCAz%2Fpy-rabbitmq-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilhermeCAz%2Fpy-rabbitmq-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilhermeCAz%2Fpy-rabbitmq-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilhermeCAz%2Fpy-rabbitmq-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuilhermeCAz","download_url":"https://codeload.github.com/GuilhermeCAz/py-rabbitmq-tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilhermeCAz%2Fpy-rabbitmq-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000736,"owners_count":26082862,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["python","rabbitmq","tutorial"],"created_at":"2024-12-18T23:19:26.337Z","updated_at":"2025-10-08T23:24:24.126Z","avatar_url":"https://github.com/GuilhermeCAz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ Tutorials with Python\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![RabbitMQ Logo](https://img.shields.io/badge/RabbitMQ-%23636363?logo=rabbitmq)](https://www.rabbitmq.com/)\n[![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FGuilhermeCAz%2Fshurl_django%2Fmain%2Fpyproject.toml\u0026logo=python\u0026label=Python)](https://www.python.org/downloads/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n\nThis project is a hands-on exploration of RabbitMQ using Python. It follows the tutorials provided by RabbitMQ's official documentation to demonstrate basic messaging patterns and concepts.\n\n## Project Structure\n\nThe project is organized into two main applications under the `src` directory:\n\n- [**queues**](src/queues): Contains implementations for RabbitMQ messaging using queues.\n- [**streams**](src/streams): Contains implementations for RabbitMQ messaging using streams.\n\nEach tutorial or concept is structured in its own directory, following a modular approach for easy understanding and experimentation.\n\n## Getting Started\n\nTo get started with this project, follow these steps:\n\n### Prerequisites\n\n- Python installed on your machine.\n- RabbitMQ server running locally or accessible via network.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/GuilhermeCAz/py-rabbitmq-tutorials\n   cd py-rabbitmq-tutorials\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   uv install\n   ```\n\n### Running the Tutorials\n\nEach tutorial is in a separate folder under the `src/queues` or `src/streams` directory. To run a tutorial, simply follow the instructions in the `INSTRUCTIONS.md` file of the tutorial.\n\n## Resources\n\n[RabbitMQ Tutorials](https://www.rabbitmq.com/tutorials)\n\n## Contributing\n\nContributions are welcome! If you find any issues or improvements, please submit an issue or a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhermecaz%2Fpy-rabbitmq-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilhermecaz%2Fpy-rabbitmq-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhermecaz%2Fpy-rabbitmq-tutorials/lists"}