Skip to content

Commit 2874372

Browse files
committed
Update README with vendor specifi pattern links
1 parent 5ca75a1 commit 2874372

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

README.md

+41
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,53 @@ These patterns are specific to a business domain or an industry. Most of these p
9696
These patterns are specific to a vendor and some of the terminology used in these diagrams may not be common across other vendors.
9797

9898
- [Amazon Web Services (AWS)](vendor-specific/aws)
99+
- [AWS Solutions Architecture Site](https://aws.amazon.com/architecture)
100+
- [AWS Networking in a Nutshell](AWS-Networking-In-a-Nutshell.md)
101+
99102
- [Microsoft Azure](vendor-specific/azure)
103+
- [Azure solutions architecture site](https://azure.microsoft.com/en-us/solutions/architecture/)
104+
- [Cloud design patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/)
105+
- [Azure networking in a nutshell](Azure-Networking-Services-in-a-nutshell.md)
106+
100107
- [Google Cloud Platform (GCP)](vendor-specific/gcp)
108+
- [GCP Solutions architecture web site](https://cloud.google.com/solutions/)
109+
101110
- [Mulesoft](vendor-specific/mulesoft)
111+
- [Mulesoft Deployment Options](https://docs.mulesoft.com/runtime-manager/deployment-strategies)
112+
102113
- [Pivotal](vendor-specific/pivotal)
114+
- [Introduction to Pivotal Cloud Foundry from the outset](Pivotal-Cloud-Foundry-Pattern.md)
115+
103116
- [RedHat](vendor-specific/redhat)
117+
- [RedHat Architecture Guidelines](https://www.redhat.com/architect/)
118+
104119
- [WSO2](vendor-specific/wso2)
120+
#### Identity and Access Management (WSO2 Identity Server)
121+
122+
- [Cloud Application Security Pattern](patterns/Cloud-Application-Security-Pattern.md)
123+
- [Security Federation Pattern](patterns/Security-Federation-Pattern.md)
124+
125+
#### API Management (WSO2 API Manager)
126+
127+
##### API Manager Extensions
128+
- [API Manager 3rd party key manager integration pattern](patterns/API-manager-3rd-party-KM-integration.md)
129+
130+
##### API Microgateway deployment patterns
131+
- [Decentralized API Gateway pattern](patterns/Microgateway-Pattern1-Decentralized-Gateway.md)
132+
- [Locked-Down/Offline API Gateway pattern](patterns/Microgateway-Pattern2-Locked-Down-Gateway.md)
133+
- [Seasonal API Gateway pattern](patterns/Microgateway-Pattern3-Seasonal-Gateway.md)
134+
- [Multi data center API Gateway pattern](patterns/Microgateway-Pattern4-Multi-Data-Center-Gateway.md)
135+
- [Service Mesh sidecar API Gateway pattern](patterns/Microgateway-Pattern5-Service-Mesh-Sidecar-Gateway.md)
136+
- [Hybrid API Gateway pattern](patterns/Microgateway-Pattern6-Hybrid-API-Gateway.md)
137+
138+
#### Application Integration (WSO2 Enterprise Integrator)
139+
- [WSO2 EI7 Solution Patterns](patterns/WSO2-EI7-Solution-patterns.md)
140+
141+
#### Platform solutions (WSO2 Platform)
142+
- [Modern Brown-Field Enterprise With WSO2](patterns/Modern-Brown-Field-Enterprise-WSO2.md)
143+
- [Legacy platform modernization with WSO2](patterns/Legacy-Platform-Modernization-with-WSO2.md)
144+
- [Reusable API Platform with WSO2 API Manager](patterns/Reusable-API-Platform-WSO2-API-Manager-Pattern.md)
145+
- [Event-driven Real-time Information System with Kafka and WSO2](patterns/Event-Driven-Real-Time-Information-System-Kafka-WSO2.md)
105146

106147
## Technology selection guides [NEW]
107148
- [API Management platform selection guide](technology-selection-guides/API-Management-Platform-selection-guide.md)

vendor-specific/azure/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
### Solutions Archtecture Patterns specific to Microsoft Azure platform
22

33
- [Azure solutions architecture site](https://azure.microsoft.com/en-us/solutions/architecture/)
4-
54
- [Cloud design patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/)
6-
75
- [Azure networking in a nutshell](Azure-Networking-Services-in-a-nutshell.md)
86

vendor-specific/redhat/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
### Solutions Architecture Patterns specific to RedHat technology stack
2+
3+
- [RedHat Architecture Guidelines](https://www.redhat.com/architect/)

0 commit comments

Comments
 (0)