{"id":19092340,"url":"https://github.com/maxjdev/order_flow_ms-with-rabbitmq-mongodb","last_synced_at":"2026-04-11T05:33:12.776Z","repository":{"id":253878122,"uuid":"844803917","full_name":"maxjdev/Order_Flow_MS-with-RabbitMQ-MongoDB","owner":"maxjdev","description":"Order Flow MS is a microservice application designed to handle order management with integration of RabbitMQ for messaging and MongoDB for data storage. This application demonstrates how to use these technologies together within a Spring Boot application.","archived":false,"fork":false,"pushed_at":"2024-08-27T01:21:09.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T04:14:12.018Z","etag":null,"topics":["devtools","docker-compose","java","junit","lombok","maven","mockito","mongodb","rabbitmq","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/maxjdev.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-08-20T02:11:04.000Z","updated_at":"2025-05-11T13:15:29.000Z","dependencies_parsed_at":"2024-08-23T00:32:14.276Z","dependency_job_id":"07ec1512-f266-4bfc-b3da-67a6601676fb","html_url":"https://github.com/maxjdev/Order_Flow_MS-with-RabbitMQ-MongoDB","commit_stats":null,"previous_names":["maxjdev/order-ms","maxjdev/order_flow_ms-with-rabbitmq-mongodb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxjdev/Order_Flow_MS-with-RabbitMQ-MongoDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FOrder_Flow_MS-with-RabbitMQ-MongoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FOrder_Flow_MS-with-RabbitMQ-MongoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FOrder_Flow_MS-with-RabbitMQ-MongoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FOrder_Flow_MS-with-RabbitMQ-MongoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxjdev","download_url":"https://codeload.github.com/maxjdev/Order_Flow_MS-with-RabbitMQ-MongoDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FOrder_Flow_MS-with-RabbitMQ-MongoDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["devtools","docker-compose","java","junit","lombok","maven","mockito","mongodb","rabbitmq","spring-boot"],"created_at":"2024-11-09T03:19:12.324Z","updated_at":"2026-04-11T05:33:12.735Z","avatar_url":"https://github.com/maxjdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Order Flow MS\n\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge\u0026logo=spring\u0026logoColor=white)\n![RabbitMQ](https://img.shields.io/badge/Rabbitmq-FF6600?style=for-the-badge\u0026logo=rabbitmq\u0026logoColor=white)\n![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n\n\u003c/div\u003e\n\n## Description\n\nOrder Flow MS is a microservice application designed to handle order management with integration of RabbitMQ for messaging and MongoDB for data storage. This application demonstrates how to use these technologies together within a Spring Boot application.\n\n## Technologies and Project Dependencies\n\n- **RabbitMQ:** Message broker for asynchronous communication.\n- **Spring AMQP:** Integration of Spring with RabbitMQ for sending and receiving messages.\n- **Spring Boot:** Framework for building microservices.\n- **Spring Web:** For creating RESTful APIs.\n- **Spring Devtools:** Additional tools for development, such as automatic reload.\n- **Spring Data MongoDB:** Abstraction for data access with MongoDB.\n- **Lombok:** Reduces boilerplate code like getters, setters, and constructors.\n- **MongoDB:** NoSQL database for data persistence.\n- **Docker Compose:** Tool for defining and running multi-container Docker applications.\n\n## Testing the Project\n\n1. Ensure Docker and Docker Compose are installed on your machine.\n2. Navigate to the project directory in your terminal and run the following command to start the containers:\n    ```bash\n    docker-compose up -d\n    ```\n3. Start the Spring Boot application using:\n    ```bash\n    mvn spring-boot:run\n    ```\n4. Access RabbitMQ at [http://localhost:15672/](http://localhost:15672/) and publish a message to RabbitMQ.\n5. Test the available endpoint.\n\n## Endpoint for Testing\n\n| Route                                          | Description                |\n|------------------------------------------------|----------------------------|\n| \u003ckbd\u003eGET /customers/{customerId}/orders\u003c/kbd\u003e  | Retrieve a list of orders for a specific customer. |\n\n## Contribution\n\n- To contribute, fork this repository and submit your changes via pull requests.\n- For bug reports or improvement suggestions, open an issue on the project page.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Forder_flow_ms-with-rabbitmq-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxjdev%2Forder_flow_ms-with-rabbitmq-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Forder_flow_ms-with-rabbitmq-mongodb/lists"}