Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamxiaozhuang/MicroserviceDemo

Dot Net Core 微服务例子;采用Ocelot实现服务网关,IdentityServer4实现认证,CAP实现分布式数据最终一致性。 微服务内部采用领域模型驱动设计,实现了接口日志、权限控制、多租户、软删除、读写分离等特性
https://github.com/iamxiaozhuang/MicroserviceDemo

Last synced: about 2 months ago
JSON representation

Dot Net Core 微服务例子;采用Ocelot实现服务网关,IdentityServer4实现认证,CAP实现分布式数据最终一致性。 微服务内部采用领域模型驱动设计,实现了接口日志、权限控制、多租户、软删除、读写分离等特性

Awesome Lists containing this project

README

        

# MicroserviceDemo
Dot Net Core 微服务例子;采用Ocelot实现服务网关,IdentityServer4实现认证,CAP实现分布式数据最终一致性。

微服务内部采用领域模型驱动设计,实现了接口日志、权限控制、多租户、软删除、读写分离等功能。

数据库用Postgresql,缓存用Redis,消息队列用RabbitMQ。

其他使用的组件包括Refit、CSRedis、Swaager、MediatR(中介者模式)、Automapper、Nlog等。

项目参考了EShop; 分为商品浏览(Product)服务,订单(Ordering)服务和支付(Payment)服务三个微服务。

项目结构如下:
![image](https://github.com/iamxiaozhuang/MicroserviceDemo/blob/master/%E5%BE%AE%E6%9C%8D%E5%8A%A1%E6%80%BB%E4%BD%93%E6%9E%B6%E6%9E%84.png)
![image](https://github.com/iamxiaozhuang/MicroserviceDemo/blob/master/%E6%9C%8D%E5%8A%A1%E5%86%85%E9%83%A8%E9%A1%B9%E7%9B%AE%E5%88%92%E5%88%86.png)