zoukankan      html  css  js  c++  java
  • .net core微服务的脚手架项目NanoFabric

    推广一个.net core微服务的脚手架项目,NanoFabric,项目地址:
    https://github.com/geffzhang/NanoFabric

    附带上些说明内容,以供研究/使用.net core微服务的路友有所帮助。

    基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架

    nanofabric 是 nano 和 fabric的合成,nano表示微服务, fabric来自于微软的微服务框架 service fabric

    Consul : https://www.consul.io/
    Polly : http://www.thepollyproject.org/
    Ocelot : https://github.com/ThreeMammals/Ocelot
    Orleans can use Ocelot Api Gateway :https://github.com/aqa510415008/Ocelot.OrleansHttpGateway
    Orleans: https://github.com/dotnet/orleans
    App Metrics: https://www.app-metrics.io/
    Exceptionless : https://exceptionless.com/
    IdentityServer: https://identityserver.io/
    IdentityServer4.Contrib.RedisStore https://github.com/geffzhang/IdentityServer4.Contrib.RedisStore
    .NET Core : http://www.dot.net
    Rebus is a free .NET “service bus”  https://rebus.fm/
    基于gRPC的HTTP / 2 RPC Streaming Framework for .NET,.NET Core和Unity https://github.com/Cysharp/MagicOnion
    微服务APM https://github.com/OpenSkywalking/skywalking-netcore
    .NET API client for vault https://github.com/Chatham/Vault.NET
    使用vault密钥保管库配置提供程序 https://github.com/kdcllc/NetCore.HashiCorp.Vault
    Additional configuration providers to use with ASP.NET Core https://github.com/andrewlock/NetEscapades.Configuration
    Quartz Enterprise Scheduler .NET http://www.quartz-scheduler.net/
    Apollo(阿波罗)是携程框架部门研发的分布式配置中心 https://github.com/ctripcorp/apollo.net/tree/dotnet-core
    使用Audit.NET,您可以生成有关正在执行的操作的跟踪信息 https://github.com/thepirat000/Audit.NET
    分布式、高性能、事件溯源、事件驱动、最终一致性框架 https://github.com/RayTale/Ray
     
    再补充上一个,原生云微服务:https://steeltoe.io/index
    https://github.com/steeltoeoss
    ————————————————
    版权声明:本文为CSDN博主「Sam@Witcit」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/gd0568/article/details/102675741

  • 相关阅读:
    详细描述一下 Elasticsearch 索引文档的过程 ?
    elasticsearch 索引数据多了怎么办,如何调优,部署 ?
    elasticsearch 了解多少,说说你们公司 es 的集群架构,索 引数据大小,分片有多少,以及一些调优手段 ?
    Dubbo 和 Dubbox 之间的区别?
    Dubbo 支持服务降级吗?
    Pipeline 有什么好处,为什么要用 pipeline?
    为什么redis 需要把所有数据放到内存中?
    你对线程优先级的理解是什么?
    在 java 中 wait 和 sleep 方法的不同?
    一个线程运行时发生异常会怎样?
  • 原文地址:https://www.cnblogs.com/lhxsoft/p/12508480.html
Copyright © 2011-2022 走看看