0%

.NET 基金会项目介绍-Steeltoe

Steeltoe 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

Steeltoe

Steeltoe 是一个应用程序框架,其为 .NET Framework 和 .NET Core 开发者提供了构建云原生应用程序和微服务的支持。

框架不仅仅为 .Net 引入了流行的开源类库,例如使用 Netflix Eureka 作为服务发现组件,使用 Netflix Hystrix 业务熔断处理,使用 Spring Cloud Config 作为外部配置中心,以及使用 Spring Cloud Connectors 作为服务对接器。

框架在安全、日志、应用程序管理、健康监控、调试追踪等等方面提供了类库以辅助开发。

Steeltoe 已经由 Pivotal Software 有限公司 贡献给 .NET Foundation。项目采用 Apache 2.0 许可证进行开源授权。

项目详情

相关链接

笔者简评

这是一个全家桶式的框架系统,方方面面都是为了建设云环境下的应用而考虑的。

如果你打算采用 .Net 的方式来开发微服务,而又没有一个类似 Spring Cloud 的全家桶方案,那么 Steeltoe 会是一个值得考虑的选择。

Steeltoe 对 Spring Cloud 相关组件的亲和性,也非常适合于当前中国 Java 遍地起的情况。

英文介绍

Steeltoe

Steeltoe is an application framework that provides libraries for .NET Framework and .NET Core developers in order to build cloud-native applications and microservices. Not only does the project bring popular open source project libraries to the .NET world like Netflix Eureka for service discovery, Netflix Hystrix for circuit breaker, Spring Cloud Config for external configuration, and Spring Cloud Connectors for simplifing connections to services, it also provides libraries for security, logging, application management, application health monitoring, distributed tracing, and more.

Steeltoe was contributed to the .NET Foundation by Pivotal Software, Inc. and is licensed under the Apache 2.0 license.

Project Details

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。



其他项目地址

------ 本文结束------