Golang开源框架

微服务:https://github.com/micro/go-micro    https://github.com/istio/istio

监控:https://github.com/prometheus/prometheus

权限:https://github.com/casbin/casbin

RPC:https://github.com/grpc/grpc-go     https://github.com/grpc-ecosystem/grpc-gateway

日志:https://github.com/uber-go/zap    https://github.com/sirupsen/logrus

链路追踪:https://github.com/opentracing/opentracing-go    https://github.com/jaegertracing/jaeger

SQL:https://github.com/jinzhu/gorm    https://github.com/jmoiron/sqlx

API框架:https://github.com/gin-gonic/gin

依赖注入:https://github.com/google/wire

Redis:https://github.com/go-redis/redis

MongoDB:https://github.com/mongodb/mongo-go-driver

服务发现:https://github.com/hashicorp/consul    https://github.com/etcd-io/etcd

反向代理:https://github.com/containous/traefik    

API网关:https://github.com/solo-io/gloo

容器编排:https://github.com/kubernetes/kubernetes

看板系统:https://github.com/grafana/grafana

调试:https://github.com/derekparker/delve

CLI工具:https://github.com/spf13/cobra 

猜你喜欢

转载自www.cnblogs.com/linguoguo/p/12439211.html