Skip to content

niyw/honeycomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

英文 | 中文

honeycomb

Requirements

  • Visual Studio 2017
  • .NET Core 2.0/2.1
  • Windows 10 v1803
  • Docker Version 18.03.1-ce-win65

Open Source Projects

Projects Illustrate

  • Nyw.ApiGateway:
    • ApiGatewat service, base Ocelot and load configuration from Consul
  • Nyw.Employee:Web API Test Project
    • Consul as configuration source provider
    • Register itself to consul as a service when lunch
  • Nyw.Vendor:Web API Test Project
    • Consul as configuration source provider
    • Register itself to consul as a service when lunch
    • Using serilog,write log to Console, File, Elasticsearch
  • Nyw.AppExtensions:Class Library
    • .et core middlerware, Consul extension,the app could registry itself to Consul when lunch
  • Nyw.IdentityServer:Web API Project for IdentityServer
    • Persisent data to sqlserver using IdentityServer4.EntityFramework
    • Using customize user model
  • Nyw.ExchangeRateTask:Console app as Schedule Task, mock to query Exchange Rage Schdulely
    • Use serilog to output log
    • Build simple schedule task using Quartz.NET
    • Quartz.NET work with Serilog
  • Nyw.Portal:Customzie USer Protal, plan to consum API
    • add skywalking netcore
    • add redis cache
  • Nyw.Configuration.SqlServer: IConfiguration SQL Server Provider Middlerware
    • Use SQL Server as IConfigguration Provider, it can load appsettings from sqlserver now

Proofed Functions

  • Ocelot:
    1. Rounting
    2. Quality of Service
    3. Rate Limiting
    4. Service Discovery, work with consul
    5. Add ApiGateway Admin API craft
    6. Add nlog support;
  • Consul
    1. Key/Value
    2. Dotnetcore Configuration Provider
    3. Service Registry
    4. Health Check
  • IdentityServer:
    1. IdentityServer4.EntityFramework
    2. Customize User Model
  • Serilog:
    1. ASP.NET Core 2.x log using Serilog
    2. Output log to console
    3. Output log to file
    4. Output log to Elasticsearch
  • ELK:
    1. ELK Docker Compose build quickly
    2. Write log to Elk
    3. Basicly create index and search
  • Quartz.NET:
    1. Simple Schedule with Repeat Count or Forever
    2. Work with Serilog
    3. Console host
  • Skywalking
    1. Basicly .net core apm and application topology map
  • Redis
    1. Basic Usage:connect, add string, read string