Coder Social home page Coder Social logo

haipk / microservice.poc.steeltoe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coder-edisonzhou/microservice.poc.steeltoe

0.0 0.0 0.0 1.27 MB

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

Java 3.50% C# 96.50%

microservice.poc.steeltoe's Introduction

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 its offical website.
What's more, Pivotal provide a sample application on Github

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, it integrated with the below Spring Cloud components:

Some test captured screens

Service Discovery :

N|Eureka

API Gateway :

N|Zuul

Circuit Breaker :

N|Hystrix
N|Dashboard

Config :

N|Config

Distributed Tracing :

N|Zipkin

Installation

To use Steeltoe in .Net Core, we can use the below NuGet packages:
Service Discovery Client

PM> Install-Package Pivotal.Discovery.ClientCore

Circuit Breaker Core

PM> Install-Package Steeltoe.CircuitBreaker.HystrixCore

Hystrix Metrics

PM> Install-Package Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore

Config

PM> Install-Package Steeltoe.Extensions.Configuration.ConfigServerCore

Distributed Tracing

PM> Install-Package Steeltoe.Extensions.Logging.DynamicLogger 
PM> Install-Package Steeltoe.Management.ExporterCore     
PM> Install-Package Steeltoe.Management.TracingCore

Rerference

microservice.poc.steeltoe's People

Contributors

coder-edisonzhou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.