mirror of
https://github.com/go-kratos/kratos.git
synced 2025-04-13 11:50:53 +02:00
feat:edit readme and roadmap (#1504)
This commit is contained in:
parent
feeec630d7
commit
6f45cb0dfb
@ -3,6 +3,7 @@
|
||||
<p align="center">
|
||||
<a href="https://github.com/go-kratos/kratos/actions"><img src="https://github.com/go-kratos/kratos/workflows/Go/badge.svg" alt="Build Status"></a>
|
||||
<a href="https://pkg.go.dev/github.com/go-kratos/kratos/v2"><img src="https://pkg.go.dev/badge/github.com/go-kratos/kratos/v2" alt="GoDoc"></a>
|
||||
<a href="https://codecov.io/gh/go-kratos/kratos"><img src="https://codecov.io/gh/go-kratos/kratos/master/graph/badge.svg" alt="codeCov"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/go-kratos/kratos"><img src="https://goreportcard.com/badge/github.com/go-kratos/kratos" alt="Go Report Card" /a>
|
||||
<a href="https://github.com/go-kratos/kratos/blob/main/LICENSE"><img src="https://img.shields.io/github/license/go-kratos/kratos" alt="License"></a>
|
||||
<a href="https://discord.gg/BWzJsUJ"><img src="https://img.shields.io/discord/766619759214854164?label=chat&logo=discord" alt="Discord"></a>
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
[](https://golang.org/)
|
||||
[](https://github.com/go-kratos/kratos/actions)
|
||||
[](https://codecov.io/gh/go-kratos/kratos)
|
||||
[](https://pkg.go.dev/github.com/go-kratos/kratos/v2)
|
||||
[](https://goreportcard.com/report/github.com/go-kratos/kratos)
|
||||
[](https://discord.gg/BWzJsUJ)
|
||||
|
16
ROADMAP.md
16
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user