redis
常用的redis 有https://github.com/gitstliu/go-redis-cluster
https://godoc.org/github.com/garyburd/redigo/redis
单机的讲解很清晰:https://blog.csdn.net/wangshubo1989/article/details/75050024
kafka
官方推荐:
https://github.com/confluentinc/confluent-kafka-go
https://github.com/bsm/sarama-cluster
https://godoc.org/github.com/Shopify/sarama#example-Consumer
https://blog.csdn.net/weixin_34378922/article/details/88574634
安装配置https://blog.csdn.net/u013485530/article/details/80891298
kafka讲解实例https://blog.csdn.net/tflasd1157/article/details/81985722
集群https://www.cnblogs.com/mrblue/p/10770651.html
https://studygolang.com/articles/19458?fr=sidebar是否可用
mysql
https://www.jianshu.com/p/e9709747f5a7
https://www.cnblogs.com/rickiyang/p/11074180.html
链接中的内容相对简单易懂,不多说了,点击查看
来源:oschina
链接:https://my.oschina.net/u/4398646/blog/4266744