{"id":15291645,"url":"https://github.com/azure/reddog-solutions","last_synced_at":"2025-07-29T13:06:01.633Z","repository":{"id":66003982,"uuid":"599718495","full_name":"Azure/reddog-solutions","owner":"Azure","description":"Reddog Cloud Native Solutions","archived":false,"fork":false,"pushed_at":"2024-08-16T01:57:31.000Z","size":9233,"stargazers_count":57,"open_issues_count":11,"forks_count":18,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-02-18T07:09:40.052Z","etag":null,"topics":["azure-container-apps","azure-kubernetes-service","azure-openai","azure-redhat-openshift","bicep","event-driven-architecture","gh-workflow","microservices","modernization"],"latest_commit_sha":null,"homepage":"https://reddog-solutions.com","language":"Java","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/Azure.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-09T18:29:31.000Z","updated_at":"2025-02-12T19:48:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"59dae833-ab00-46a3-8fa7-4dd94499d559","html_url":"https://github.com/Azure/reddog-solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Freddog-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Freddog-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Freddog-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Freddog-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/reddog-solutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239425418,"owners_count":19636346,"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":["azure-container-apps","azure-kubernetes-service","azure-openai","azure-redhat-openshift","bicep","event-driven-architecture","gh-workflow","microservices","modernization"],"created_at":"2024-09-30T16:13:40.059Z","updated_at":"2025-02-18T07:09:48.447Z","avatar_url":"https://github.com/Azure.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# reddog-solutions\n### Background\n\nThis repo, based on [reddog-code](https://github.com/Azure/reddog-code), is a deep-dive on end-to-end cloud-native modernization and transformation on Azure. Using a retail scenario that depicts a typical event-driven microservices architecture, this codebase (and associated workshop) will ease the migration and modernization of workloads targeted for Azure. This repo also highlights usage of our emergent services such as [Az Cognitive Services](https://azure.microsoft.com/en-us/products/cognitive-services/#overview), [OpenAI](https://azure.microsoft.com/en-us/products/cognitive-services/openai-service/), and [HuggingFace](https://azure.microsoft.com/en-us/solutions/hugging-face-on-azure/#overview) to transform enterprise applications with Azure AI offerings. In addition, with code, it shows usage of our offerings in preview such as the latest [JFR for Application Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-profiler) that uses Machine Learning for insightful performance diagnostics, [passwordless connections](https://learn.microsoft.com/en-us/azure/storage/common/multiple-identity-scenarios?toc=%2Fazure%2Fdeveloper%2Fintro%2Ftoc.json\u0026bc=%2Fazure%2Fdeveloper%2Fintro%2Fbreadcrumb%2Ftoc.json\u0026tabs=java) to services using [managed identities](https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview), and [JMS 2.0 API](https://learn.microsoft.com/en-us/azure/service-bus-messaging/how-to-use-java-message-service-20) with Azure Service Bus.\n\n\u003cimg src=\"ancillary/architecture.png\" width=70% height=70% /\u003e\n\n\u003cimg src=\"ancillary/screenshot.png\" width=70% height=70% /\u003e\n\n\n### Setup:\n\nJump over to the docs to get started.\n\n[Initial setup docs](docs/initial-setup.md)\n\n### Related repos\n- [nextjs-react-ui](https://github.com/appdevgbb/reddog-ui-nextjs)\n- [reddog-code-quarkus](https://github.com/appdevgbb/reddog-code-quarkus)\n- [reddog-aks](https://github.com/Azure/reddog-aks)\n\n### Services and local port mappings\n\n| Service              | Description                | Key dependencies                                                                                                                                                                                                                     | port |\n|----------------------|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|\n| Virtual Customer     | Simulates orders           | [webflux](https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html), [jobrunr](https://github.com/jobrunr/jobrunr#readme), [faker](https://github.com/DiUS/java-faker#readme),                          | 8701 |\n| Order Service        | Place and manage orders    | [flyway](https://github.com/flyway/flyway#readme), eh-[kafka](https://spring.io/projects/spring-kafka), [jpa](https://spring.io/guides/gs/accessing-data-jpa/)                                                                       | 8702 |\n| Loyalty Service      | Manage reward points       | [redis](https://github.com/spring-projects/spring-data-redis/blob/main/src/main/asciidoc/reference/reactive-redis.adoc), eh-[kafka](https://spring.io/projects/spring-kafka), [jpa](https://spring.io/guides/gs/accessing-data-jpa/) | 8703 |\n| Makeline Service     | Fulfil order queue         | [cosmodb](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/sdk-java-v4), eh-[kafka](https://spring.io/projects/spring-kafka), [jpa](https://spring.io/guides/gs/accessing-data-jpa/)                                          | 8704 |\n| Receipt generation   | Archive receipts           | blob storage                                                                                                                                                                                                                         | 8705 |\n| Virtual Worker       | Simulate order completion  | [cosmodb](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/sdk-java-v4)                                                                                                                                                       | 8706 |\n| Accounting Service   | Process and transform data | [cosmodb](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/sdk-java-v4), eh-[kafka](https://spring.io/projects/spring-kafka), [jpa](https://spring.io/guides/gs/accessing-data-jpa/)                                          | 8707 |\n| Gateway Service      | Gateway                    | [Spring Cloud Gateway](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/)                                                                                                                                     | 8700 |\n| nn-bindings          | GPT-3 responses to prompts | [az-openai](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/quickstart?pivots=programming-language-python), python                                                                                                 | 8000 |\n| local eureka server  | Service discovery          | eureka                                                                                                                                                                                                                               | 8761 |\n| local config server  | Centralized Configurations | [Spring Cloud Config](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/)                                                                                                                                       | 8888 |\n| local gateway server | Gateway                    | [Spring Cloud Gateway](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/)                                                                                                                                     | 8080 |\n\n### Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Freddog-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Freddog-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Freddog-solutions/lists"}