Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Go Gin Api | 4,243 | a month ago | 23 | November 28, 2021 | 23 | mit | Go | |||
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。 | ||||||||||
Ego | 823 | 31 | 3 days ago | 164 | June 22, 2022 | 1 | mit | Go | ||
A simple and component-based microservice kit for go. 一个简单的基于组件的 Go 微服务套件。 | ||||||||||
Machine | 357 | 9 | 25 days ago | 50 | January 31, 2022 | apache-2.0 | Go | |||
Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles | ||||||||||
Asgard | 150 | a month ago | 5 | mit | Go | |||||
Asgarde Framework | ||||||||||
Dapr Demos | 86 | 2 years ago | mit | Makefile | ||||||
Collection of personal Dapr demos (bindings, state, pub/sub, service-to-service invocation) | ||||||||||
Jobor | 49 | 10 months ago | agpl-3.0 | Go | ||||||
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks | ||||||||||
K8s Pod Scheduler | 15 | 3 years ago | 1 | mit | Go | |||||
A simple and lightweight go tool that can run on top of K8s to schedule and run long-running tasks with a simple gRPC interface. | ||||||||||
Goback | 7 | 5 years ago | 3 | May 02, 2018 | 1 | Go | ||||
Simple tool in order to schedule your Docker volumes backups. | ||||||||||
Licron | 1 | 3 years ago | Go | |||||||
Free For Dev | 1 | 4 years ago | mit | |||||||
学习新玩具时快速体验的地方 |
go-gin-api
是基于 Gin 进行模块化设计的 API 框架,封装了常用的功能,使用简单,致力于进行快速的业务研发,同时增加了更多限制,约束项目组开发成员,规避混乱无序及自由随意的编码。
供参考学习,线上使用请谨慎!
集成组件:
查看 Jaeger 链路追踪 Demo 代码,请查看 v1.0 版 ,链接地址:http://127.0.0.1:9999/jaeger_test
调用的其他服务端 Demo 代码为 xinliangnote/go-jaeger-demo