{"id":26965596,"url":"https://github.com/willibrandon/rabbitmq-dev-companion","last_synced_at":"2025-06-14T06:33:24.763Z","repository":{"id":284694555,"uuid":"955292501","full_name":"willibrandon/rabbitmq-dev-companion","owner":"willibrandon","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-27T06:50:53.000Z","size":307,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T07:33:11.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/willibrandon.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":"2025-03-26T12:17:47.000Z","updated_at":"2025-03-27T06:50:57.000Z","dependencies_parsed_at":"2025-03-27T07:43:19.179Z","dependency_job_id":null,"html_url":"https://github.com/willibrandon/rabbitmq-dev-companion","commit_stats":null,"previous_names":["willibrandon/rabbitmq-dev-companion"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willibrandon%2Frabbitmq-dev-companion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willibrandon%2Frabbitmq-dev-companion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willibrandon%2Frabbitmq-dev-companion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willibrandon%2Frabbitmq-dev-companion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willibrandon","download_url":"https://codeload.github.com/willibrandon/rabbitmq-dev-companion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246955859,"owners_count":20860371,"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":[],"created_at":"2025-04-03T07:30:11.323Z","updated_at":"2025-04-03T07:30:11.919Z","avatar_url":"https://github.com/willibrandon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ Developer's Companion\n\nA visual tool for learning, designing, and debugging RabbitMQ topologies. Built with .NET 9 and React.\n\n## Features\n\n- **Topology Designer**: Drag-and-drop interface for RabbitMQ exchanges and queues\n- **Message Simulator**: Test message flows and failure scenarios\n- **Pattern Analysis**: Find common messaging patterns and anti-patterns\n- **Learning Modules**: Interactive tutorials for RabbitMQ concepts\n- **Code Generation**: Export configurations and .NET code snippets\n- **Live Monitoring**: Track queue depths and message flow\n\n## Setup\n\n### Requirements\n\n- .NET 9 SDK\n- Node.js 18+\n- Docker Desktop\n- PostgreSQL 15+\n- RabbitMQ 3.11+\n\n### Quick Start\n\n1. Start services:\n```bash\ndocker-compose up -d\n```\n\n2. Run API:\n```bash\ndotnet run --project Companion.Api\n```\n\n3. Run frontend:\n```bash\ncd companion-frontend\nnpm install\nnpm start\n```\n\nVisit http://localhost:3000 and log in with:\n- Username: `admin`\n- Password: `admin123`\n\n## Projects\n\n- `Companion.Api`: Web API with JWT auth\n- `Companion.Core`: Domain models and interfaces\n- `Companion.Infrastructure`: Data access and external services\n- `Companion.Simulator`: Message flow simulation\n- `Companion.Debug`: Debugging tools\n- `Companion.Learning`: Tutorial modules\n- `Companion.Patterns`: Pattern analysis\n- `companion-frontend`: React application\n\n## Development\n\nBuild:\n```bash\ndotnet build\n```\n\nTest:\n```bash\ndotnet test\n```\n\nUpdate database:\n```bash\ncd Companion.Api\ndotnet ef database update\n```\n\n## Docs\n\n- [API](http://localhost:5052/swagger)\n\n## Security\n\nJWT authentication with roles:\n- Admin: Full access\n- Editor: Create/modify topologies\n- Viewer: Read-only\n\n## License\n\nMIT License - see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillibrandon%2Frabbitmq-dev-companion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillibrandon%2Frabbitmq-dev-companion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillibrandon%2Frabbitmq-dev-companion/lists"}