HealthClinicMicroservices:使用Ocelot API网关和Docker容器的微服务架构 源码
HealthClinic微服务 .Net核心微服务应用程序。 保存和处理患者数据并确定糖尿病风险。 专案 项目结构:微服务架构 网关 用于访问微服务端点的公共网关。 在Ocelot库的帮助下路由请求。 共同 在整个项目中通用的代码。 示例:异常类,自定义验证属性。 患者 创建,编辑和获取患者数据的微服务。 数据存储在SQL Server数据库中。 患者注意事项 用于创建,编辑和获取PatientNotes数据的微服务。 数据存储在NoSQL数据库(MongoDb)中。 糖尿病风险 微服务确定患者的糖尿病风险。 从Patient和PatientNotes微服务访问日期。 HealthClinic
文件列表
HealthClinicMicroservices:使用Ocelot API网关和Docker容器的微服务架构
(预估有个165文件)
PatientService.cs
3KB
CustomExceptionHandlerMiddleware.cs
2KB
20200128204721_PatientSchema.Designer.cs
2KB
PatientDbContextModelSnapshot.cs
2KB
PatientNoteService.cs
4KB
CustomExceptionHandlerMiddleware.cs
2KB
Startup.cs
2KB
NoSqlDbConnector.cs
2KB
DiabetesRiskService.cs
4KB
CustomExceptionHandlerMiddleware.cs
2KB
暂无评论