Pinned Repositories
akka
Akka Project
ambari
Mirror of Apache Ambari
canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
dubbo
Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC.
elastic-job
Elastic-Job is a distributed scheduled job framework, based on Quartz and Zookeeper.
elasticsearch
Open Source, Distributed, RESTful Search Engine
fastlane
The easiest way to automate building and releasing your iOS and Android apps
flume
Mirror of Apache Flume
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.
cenqiongyu's Repositories
cenqiongyu/akka
Akka Project
cenqiongyu/canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
cenqiongyu/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
cenqiongyu/dubbo
Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC.
cenqiongyu/elastic-job
Elastic-Job is a distributed scheduled job framework, based on Quartz and Zookeeper.
cenqiongyu/elasticsearch
Open Source, Distributed, RESTful Search Engine
cenqiongyu/fastlane
The easiest way to automate building and releasing your iOS and Android apps
cenqiongyu/flume
Mirror of Apache Flume
cenqiongyu/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.
cenqiongyu/go-spring
模仿 Java 的 Spring 全家桶实现的一套 GoLang 的应用程序框架 🚀
cenqiongyu/go-zookeeper
Native ZooKeeper client for Go
cenqiongyu/gorm
The fantastic ORM library for Golang, aims to be developer friendly (v2 is under public testing...)
cenqiongyu/influxdb
Scalable datastore for metrics, events, and real-time analytics
cenqiongyu/jprotobuf
A very useful utility library for java programmer using google protobuf
cenqiongyu/jstorm
Enterprise Stream Process Engine
cenqiongyu/kafka
Mirror of Apache Kafka
cenqiongyu/llama
Inference code for LLaMA models
cenqiongyu/motan
A remote procedure call(RPC) framework for rapid development of high performance distributed services.
cenqiongyu/netty
Netty project - an event-driven asynchronous network application framework
cenqiongyu/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
cenqiongyu/otter
阿里巴巴分布式数据库同步系统(解决中美异地机房)
cenqiongyu/protostuff
Java serialization library, proto compiler, code generator
cenqiongyu/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, HyperLogLogs, Bitmaps.
cenqiongyu/RocketMQ
:rocket: Alibaba's MQ, also aliyun ONS.
cenqiongyu/rocketmq-console
cenqiongyu/Saturn
The vip.com's distributed job scheduling platform.
cenqiongyu/tcpdive
A TCP performance profiling tool.
cenqiongyu/uuchat
A powerful customer success platform !
cenqiongyu/xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
cenqiongyu/xormplus
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作