bg-vc / go-kit-oneLinks
go-kit微服务实践,http restful api、日志功能、限流、服务监控、服务发现与注册、api网关、服务链路跟踪、服务熔断、jwt身份认证
☆20Updated 6 years ago
Alternatives and similar repositories for go-kit-one
Users that are interested in go-kit-one are comparing it to the libraries listed below
Sorting:
- go封装的日志 logrus zap,并且增加了opentracing分布式日志追踪,日志格式化成json,日志大小切割☆61Updated 2 years ago
- 从零开始微服务框架使用☆44Updated 6 years ago
- bookinfo服务用于演示go-kit实现微服务☆46Updated 7 years ago
- Golang 分布式ID生成系统,高性能、高可用、易扩展的id生成服务☆63Updated 4 years ago
- 小而美的业务基础框架,也是本项目的核心☆44Updated 6 years ago
- go-kit微服务套件的使用,涉及的内容有gin、grpc、服务发现、负载均衡、限流器、熔断器、错误处理、日志、监控、分布式追踪、jwt☆26Updated 5 years ago
- 一个rpcx的演示程序 - 电子商城☆32Updated 6 years ago
- 文件服务器可分片,断点续传等☆20Updated 5 years ago
- easydevops 最小化的自动构建部署☆56Updated 2 years ago
- golang grpc micro-service php-client golang微服务☆28Updated 6 years ago
- go-micro微服务开发快速开始教程,更多请关注Micro中国站☞☆15Updated 5 years ago
- 基于Beego完成的合租短租web服务☆56Updated 6 years ago
- websocket IM [go-micro 微服务, k8s构建,rpc], 即时聊天☆44Updated 5 years ago
- 高性能分布式自增id生成器☆63Updated 6 years ago
- 基于Go Micro + Casbin + Gin + Gorm + JWT 用户 认证和权限微服务☆76Updated last year
- 配置管理平台:项目管理、配置管理、配置发布,配置接口等☆83Updated 5 years ago
- go-micro plugins, auth(JWT+Casbin)、go-micro服务加入istio服务网格☆27Updated 5 years ago
- 基于gin 微服务opentrace集成☆14Updated 2 years ago
- 期望做一个基于go-micro + casbin + jwt 的用户认证和权限的微服务☆34Updated 5 years ago
- varconf配置中心后端代码(varconf是基于golang的分布式统一配置中心,轻量级部署和接入)☆13Updated 5 years ago
- Go web framework Echo example. RBAC权限,JWT、Socket,session,cookie,缓存,登录,注册,上传,db数据库操作,生成models,service演示☆57Updated 2 years ago
- 一个能够仅仅依赖你创建好的 sql 文件,就能 自动帮你生成基础服务端框架代码 的 go server 框架☆52Updated 8 years ago
- Golang WEB framework base on Gin, more components to improve development efficiency.☆49Updated 6 years ago
- 使用 go+docker+go-micro微服务框架开发的租房网系统,符合RESTful架构风格。☆29Updated 6 years ago
- Go 文件上传模块,hash去重/ 图片缩略图/配置文件,自实现☆38Updated 7 years ago
- 个人golang常用工具包☆25Updated 2 years ago
- 使用 gin 和 xorm 搭建权限管理基础框架☆72Updated 2 years ago
- 延时队列,利用redis zset和list实现,提供grpc接口☆31Updated 5 years ago
- 延迟队列,高可用。Delay Queue☆39Updated 3 years ago
- Go业务层缓存中间件,自带内存LRU存储和Redis存储支持,并支持自定义存储后端。请使用 https://github.com/wencan/fastrest/tree/main/restcache 替代