Cesar De la Torre 2017-05-16 13:34:37 -07:00
commit bfb523da15
3 changed files with 5 additions and 5 deletions

@ -1,4 +1,4 @@
## Version 0.2 (BETA, current version - April 2017) ## Version 0.2 (BETA, current version - May 2017)
- Available at the MASTER branch. - Available at the MASTER branch.
- Docker containers with .NET Core and Linux images support/tested. Windows Containers are work-in-progress. - Docker containers with .NET Core and Linux images support/tested. Windows Containers are work-in-progress.
@ -7,7 +7,7 @@
- CLI build process using a Docker ASPNETCore build-image (microsoft/aspnetcore-build) with all the needed SDKs so the compilation takes place in the same container recommended to be used in your CI pipeline (Continuous Integration). No need to have all dependencies in the dev machine when using this method. [Using this CI docker-compose file](https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.ci.build.yml). - CLI build process using a Docker ASPNETCore build-image (microsoft/aspnetcore-build) with all the needed SDKs so the compilation takes place in the same container recommended to be used in your CI pipeline (Continuous Integration). No need to have all dependencies in the dev machine when using this method. [Using this CI docker-compose file](https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.ci.build.yml).
- Initial basic foundational microservice oriented architecture, easy to get started, described in this <a href='docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf'>**Guide/eBook** (Early DRAFT, still work in progress)</a>. - Initial basic foundational microservice oriented architecture, easy to get started, described in this <a href='docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf'>**Guide/eBook** (Early DRAFT, still work in progress)</a>.
- Support for Windows Containers running on Windows Server Nano using different Docker base images instead of the Linux based images - Support for Windows Containers running on Windows Server Nano using different Docker base images instead of the Linux based images
- INTEGRATION EVENTS with Event Bus implementations: Implement Event-Driven communication between microservices/containers based on Event Bus interfaces and two implementations: - INTEGRATION EVENTS with Event Bus implementations: Implement Event-Driven communication between microservices/containers based on Event Bus interfaces and two implementations:
1. (Implemented as PoC) Standalone Pub/Subs messaging implementation based on an out-of-proc RabbitMQ Container 1. (Implemented as PoC) Standalone Pub/Subs messaging implementation based on an out-of-proc RabbitMQ Container

@ -10,7 +10,7 @@ https://github.com/dotnet/eShopOnContainers/wiki/01.-Roadmap-and-Milestones-for-
## Setting up your development environment for eShopOnContainers ## Setting up your development environment for eShopOnContainers
### Visual Studio 2017 and Windows based ### Visual Studio 2017 and Windows based
This is the more straightforward way to get started: This is the more straightforward way to get started:
https://github.com/dotnet/eShopOnContainers/wiki/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment https://github.com/dotnet-architecture/eShopOnContainers/wiki/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment
### CLI and Windows based ### CLI and Windows based
For those who prefer the CLI on Windows, using dotnet CLI, docker CLI and VS Code for Windows: For those who prefer the CLI on Windows, using dotnet CLI, docker CLI and VS Code for Windows:
@ -21,8 +21,8 @@ For those who prefer the CLI on a Mac, using dotnet CLI, docker CLI and VS Code
https://github.com/dotnet/eShopOnContainers/wiki/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code) https://github.com/dotnet/eShopOnContainers/wiki/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code)
## Related Documentation ## Related Documentation
### Guide/eBook: Architecting and Developing Containerized and Microservice based .NET Applications ### Guide/eBook: .NET Microservices: Architecture for Containerized .NET Applications
https://github.com/dotnet/eShopOnContainers/blob/master/docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf https://aka.ms/microservicesebook
## Issues: ## Issues:
https://github.com/dotnet/eShopOnContainers/issues https://github.com/dotnet/eShopOnContainers/issues