diff --git a/README.md b/README.md index 62f74759a..2291f96eb 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,14 @@ Sample .NET Core reference application, powered by Microsoft, based on a simplif **Architecture overview**: This reference application is cross-platform either at the server and client side, thanks to .NET Core services capable of running on Linux or Windows containers depending on your Docker host, and to Xamarin for mobile apps running on Android, iOS or Windows/UWP plus any browser for the client web apps. The architecture proposes a simplified 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 current communication protocol.
-The plan is to add asynchronous communication for data updates propagation across multiple services based on integration events and an event bus plus other features defined at the roadmap. +It also supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus plus other features defined at the roadmap.
+The microservices are different in type, meaning different internal architecture patterns approaches depending on it purpose, as shonw in the image below. + +
Additional miroservice styles with other frameworks and No-SQL databases will be added, eventually. This is a great opportunity for pull requests from the community, like a new microservice using Nancy, or even other languages like Node, Go, Python or data containers with MongoDB with Azure DocDB compatibility, PostgreSQL, RavenDB, Event Store, MySql, etc. You name it! :) @@ -88,7 +91,7 @@ The app was also partially tested on "Docker for Mac" using a development MacOS ## Sending feedback and pull requests As mentioned, we'd appreciate to your feedback, improvements and ideas. -You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com +You can create new issues at the issues section, do pull requests and/or send emails to **eshop_feedback@service.microsoft.com** ## Questions [QUESTION] Answer +1 if the solution is working for you (Through VS2017 or CLI environment): diff --git a/img/eShopOnContainers_Architecture_Diagram.png b/img/eShopOnContainers_Architecture_Diagram.png index 5a45657dc..ca9e986b5 100644 Binary files a/img/eShopOnContainers_Architecture_Diagram.png and b/img/eShopOnContainers_Architecture_Diagram.png differ diff --git a/img/eShopOnContainers_Architecture_Diagram_old.png b/img/eShopOnContainers_Architecture_Diagram_old.png new file mode 100644 index 000000000..5a45657dc Binary files /dev/null and b/img/eShopOnContainers_Architecture_Diagram_old.png differ diff --git a/img/eShopOnContainers_Types_Of_Microservices.png b/img/eShopOnContainers_Types_Of_Microservices.png new file mode 100644 index 000000000..964cdd33f Binary files /dev/null and b/img/eShopOnContainers_Types_Of_Microservices.png differ