{"id":13824461,"url":"https://github.com/mspnp/cloud-design-patterns","last_synced_at":"2025-07-08T19:31:58.210Z","repository":{"id":3921767,"uuid":"51179892","full_name":"mspnp/cloud-design-patterns","owner":"mspnp","description":"Sample implementations for cloud design patterns found in the Azure Architecture Center.","archived":false,"fork":false,"pushed_at":"2024-11-18T21:51:17.000Z","size":12929,"stargazers_count":785,"open_issues_count":9,"forks_count":297,"subscribers_count":69,"default_branch":"main","last_synced_at":"2024-11-18T21:53:01.724Z","etag":null,"topics":["azure","cloud","cost-optimization","design-patterns","operational-excellence","performance-efficiency","reliability","security"],"latest_commit_sha":null,"homepage":"https://aka.ms/cloud-design-patterns","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mspnp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-02-05T23:07:22.000Z","updated_at":"2024-11-18T21:49:13.000Z","dependencies_parsed_at":"2023-01-12T15:01:21.536Z","dependency_job_id":"708f1e3c-053f-4169-9d51-2422b0b2ae37","html_url":"https://github.com/mspnp/cloud-design-patterns","commit_stats":{"total_commits":240,"total_committers":33,"mean_commits":"7.2727272727272725","dds":0.8625,"last_synced_commit":"7625213941d9b4d665b791107d39da4994346313"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspnp%2Fcloud-design-patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspnp%2Fcloud-design-patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspnp%2Fcloud-design-patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mspnp%2Fcloud-design-patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mspnp","download_url":"https://codeload.github.com/mspnp/cloud-design-patterns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225457790,"owners_count":17477354,"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","cloud","cost-optimization","design-patterns","operational-excellence","performance-efficiency","reliability","security"],"created_at":"2024-08-04T09:01:03.125Z","updated_at":"2024-11-20T02:30:44.922Z","avatar_url":"https://github.com/mspnp.png","language":"C#","readme":"# Cloud Design Patterns\n\nThis repository contains companion code for the article series found in the [Cloud Design Patterns](https://aka.ms/cloud-design-patterns) series in Azure Architecture Center.\n\n## Patterns demonstrated\n\n| Pattern definition | Sample code |\n| :----------------- | :---------- |\n| [Asynchronous Request-Reply](https://learn.microsoft.com/azure/architecture/patterns/async-request-reply) | ./async-request-reply/ |\n| [Choreography](https://learn.microsoft.com/azure/architecture/patterns/choreography) | ./choreography/ |\n| [Claim Check](https://learn.microsoft.com/azure/architecture/patterns/claim-check) | ./claim-check/ |\n| [Deployment Stamps](https://learn.microsoft.com/azure/architecture/patterns/deployment-stamp) | [mspnp/solution-architectures#deployment-stamp](https://github.com/mspnp/solution-architectures/tree/master/apps/deployment-stamp)$^{*}$ |\n| [Geode](https://learn.microsoft.com/azure/architecture/patterns/geodes) | [mspnp/geode-pattern-accelerator](https://github.com/mspnp/geode-pattern-accelerator)$^{*}$ |\n| [Health Endpoint Monitoring](https://learn.microsoft.com/azure/architecture/patterns/health-endpoint-monitoring) | [dotnet/AspNetCore.Docs#health-checks](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/host-and-deploy/health-checks/samples/7.x/HealthChecksSample)$^{*}$ |\n| [Leader Election](https://learn.microsoft.com/azure/architecture/patterns/leader-election) | ./leader-election/ |\n| [Pipes \u0026 Filters](https://learn.microsoft.com/azure/architecture/patterns/pipes-and-filters) | ./pipes-and-filters/ |\n| [Priority Queue](https://learn.microsoft.com/azure/architecture/patterns/priority-queue) | ./priority-queue/ |\n| [Rate Limiting](https://learn.microsoft.com/azure/architecture/patterns/rate-limiting-pattern) | Go: [mspnp/go-batcher](https://github.com/mspnp/go-batcher)\u003csup\u003e\\*\u003c/sup\u003e\u003cbr/\u003eJava: [Azure-Samples/java-rate-limiting-pattern-sample](https://github.com/Azure-Samples/java-rate-limiting-pattern-sample)\u003csup\u003e\\*\u003c/sup\u003e |\n| [Saga](https://learn.microsoft.com/azure/architecture/reference-architectures/saga/saga) | [Azure-Samples/saga-orchestration-serverless](https://github.com/Azure-Samples/saga-orchestration-serverless)$^{*}$ |\n| [Sharding](https://learn.microsoft.com/azure/architecture/patterns/sharding) | ./sharding/ |\n| [Static Content Hosting](https://learn.microsoft.com/azure/architecture/patterns/static-content-hosting) | ./static-content-hosting/ |\n| [Valet Key](https://learn.microsoft.com/en-us/azure/architecture/patterns/valet-key) | ./valet-key/ |\n\n\u003e Items donated with $^{*}$ are part of the Azure Architecture Center series, but the sample code is hosted in a different repository.\n\n## Contributions\n\nPlease see our [Contributor guide](./CONTRIBUTING.md).\n\n## Microsoft Open Source Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\n\nResources:\n\n- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)\n- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\n- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns\n\nWith :heart: from Azure patterns \u0026 practices, [Azure Architecture Center](https://azure.com/architecture).\n\n","funding_links":[],"categories":["security","C# #","Cloud Design Patterns"],"sub_categories":["Samples"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspnp%2Fcloud-design-patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmspnp%2Fcloud-design-patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmspnp%2Fcloud-design-patterns/lists"}