BerryCol's Stars
pingcap/tidb-binlog
A tool used to collect and merge tidb's binlog for real-time data backup and synchronization.
mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
nsqio/nsq
A realtime distributed messaging platform
bfenetworks/bfe
A modern layer 7 load balancer from baidu
google/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
douyu/jupiter
Jupiter: Governance-oriented Microservice Framework.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
valyala/bytebufferpool
Anti-memory-waste byte buffer pool
minio/minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
go-redsync/redsync
Distributed mutual exclusion lock using Redis for Go
talkgo/night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
taichi-dev/taichi
Productive, portable, and performant GPU programming in Python.
apache/dubbo-go
Go Implementation For Apache Dubbo .
yunlzheng/prometheus-book
Prometheus操作指南
aceld/zinx
A lightweight concurrent server framework based on Golang.
leesper/tao
Asynchronous TCP framework written in golang
9b9387/zero
A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.
alberliu/gim
golang写的IM服务器(服务组件形式)
CodisLabs/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
smallnest/1m-go-tcp-server
benchmarks for implementation of servers which support 1 million connections
brocaar/chirpstack-network-server
ChirpStack Network Server is an open-source LoRaWAN network-server.
m3db/m3
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
peterq/pan-light
百度网盘不限速客户端, golang + qt5, 跨平台图形界面
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
smallnest/ringbuffer
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
Allenxuxu/gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
tidwall/evio
Fast event-loop networking for Go