您的位置:首页 > 大数据 > 人工智能

基于微服务架构、运行于容器中的.NET Core示例应用eShopOnContainers

2017-06-01 10:51 495 查看
eShopOnContainers 是 《.NET Microservices – Architecture for Containerized .NET Applications》这本微软出品的电子书中的示例应用程序。


This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers. To make it easier to get started with containers and microservices, the guide focuses on a reference containerized and microservice-based application that you can explore. The sample application is available at the eShopOnContainers GitHub repo.


eShopOnContainers 的 GitHub 地址是 https://github.com/dotnet-architecture/eShopOnContainers ,它不仅是一个示例应用,而且是一个开源项目,接受代码捐赠。


Note for Pull Requests: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible.


园子里的相关博文:

开篇有益-解析微软微服务架构eShopOnContainers(一)

Identity Service - 解析微软微服务架构eShopOnContainers(二)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐