Browse Source

Update README.md

pull/583/merge
Cesar De la Torre 6 years ago
committed by GitHub
parent
commit
131ea4ec0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -36,7 +36,7 @@ However, this sample application should not be considered as an "eCommerce refer
The architecture proposes a microservice oriented architecture implementation with multiple autonomous microservices (each one owning its own data/db) and implementing different approaches within each microservice (simple CRUD vs. DDD/CQRS patterns) using Http as the communication protocol between the client apps and the microservices and supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus (a light message broker, to choose between RabbitMQ or Azure Service Bus, underneath) plus other features defined at the <a href='https://github.com/dotnet/eShopOnContainers/wiki/01.-Roadmap-and-Milestones-for-future-releases'>roadmap</a>.
<p>
<img src="img/eshop_logo.png">
<img src="![image](https://user-images.githubusercontent.com/1712635/38387692-8af1355e-38cd-11e8-8e1f-0082ac0a6556.png)">
![image](https://user-images.githubusercontent.com/1712635/38387692-8af1355e-38cd-11e8-8e1f-0082ac0a6556.png)
<p>
> ### Important Note on API Gateways and published APIs


Loading…
Cancel
Save