ferdinandhuang / Microservice.PoC.Steeltoe

This is one sample microservice project developed by ASP.NET Core with Spring Cloud based on Steeltoe (http://steeltoe.io/).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservice.PoC.Steeltoe

Steeltoe

N|Steeltoe
Steeltoe is an open source project that enables .NET developers to implement industry standard best practices when building resilient microservices for the cloud. The Steeltoe client libraries enable .NET Core and .NET Framework apps to easily leverage Netflix Eureka, Hystrix, Spring Cloud Config Server, and Cloud Foundry services.
For more details, please read this => (http://steeltoe.io/)
What's more, Pivotal provide a sample application on Github => (https://github.com/SteeltoeOSS/Samples/tree/master)

Steeltoe enable .NET/.NET Core to use the below components at this moment:

  • Service Discovery
  • Config Server
  • Circuit Breaker
  • Cloud Connectors

About this sample

N|ASP.NET Core
This sample is a microservice project developed by ASP.Net Core with Spring Cloud based on Steeltoe.

Installation

To use Steeltoe, we can use the below NuGet packages: Steeltoe Common Library

PM> Install-Package Steeltoe.Common

Steeltoe Service Discovery Client

PM> Install-Package Steeltoe.Discovery.Client 

Rerference

Find more : http://edisonchou.cnblogs.com

About

This is one sample microservice project developed by ASP.NET Core with Spring Cloud based on Steeltoe (http://steeltoe.io/).

License:Apache License 2.0