From 6f45cb0dfb2341cc559adf2723366100b732fb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=9B=A8?= <99347745@qq.com> Date: Thu, 23 Sep 2021 18:10:59 +0800 Subject: [PATCH] feat:edit readme and roadmap (#1504) --- README.md | 1 + README_zh.md | 1 + ROADMAP.md | 16 ++++++++-------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4bbf29b1b..9b863bcdf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

Build Status GoDoc +codeCov Go Report Card License Discord diff --git a/README_zh.md b/README_zh.md index a28f934de..b0a058a1a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -2,6 +2,7 @@ [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Build Status](https://github.com/go-kratos/kratos/workflows/Go/badge.svg)](https://github.com/go-kratos/kratos/actions) +[![codecov](https://codecov.io/gh/go-kratos/kratos/master/graph/badge.svg)](https://codecov.io/gh/go-kratos/kratos) [![GoDoc](https://pkg.go.dev/badge/github.com/go-kratos/kratos/v2)](https://pkg.go.dev/github.com/go-kratos/kratos/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/go-kratos/kratos)](https://goreportcard.com/report/github.com/go-kratos/kratos) [![Discord](https://img.shields.io/discord/766619759214854164?label=chat&logo=discord)](https://discord.gg/BWzJsUJ) diff --git a/ROADMAP.md b/ROADMAP.md index 8498b2cd0..da9872a84 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -27,30 +27,30 @@ This document defines the roadmap for Kratos development. - [x] gRPC status - [x] transport tracing - [x] Validator - - [ ] Authentication - - [ ] Ratelimit - - [ ] CircuitBreaker + - [x] Authentication + - [x] Ratelimit + - [x] CircuitBreaker - [x] Metrics - [x] Prometheus - [x] DataDog - [x] Tracing - [x] HTTP - - [ ] TLS + - [x] TLS - [x] Client - [x] Service Registrar - [ ] javascript/typescript clients - [x] gRPC - - [ ] TLS + - [x] TLS - [x] Uarry Handler - - [ ] Streaming Handler + - [x] Streaming Handler - [ ] Cache - [ ] go-redis - [x] Event - [x] Pub/Sub - [x] Kafka - [ ] Nats -- [ ] Database - - [ ] Ent +- [x] Database + - [x] Ent - [ ] Gorm ## Platform