Pinned Repositories
envoy
Cloud-native high-performance edge/middle/service proxy
hadoop
Apache Hadoop
hbase
Mirror of Apache HBase
incubator-ratis
Mirror of Apache Ratis (Incubating)
istio
Connect, secure, control, and observe services.
JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
jna
Java Native Access
kafka
Mirror of Apache Kafka
kubernetes
Production-Grade Container Scheduling and Management
LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
xiaoguangdong's Repositories
xiaoguangdong/envoy
Cloud-native high-performance edge/middle/service proxy
xiaoguangdong/hadoop
Apache Hadoop
xiaoguangdong/hbase
Mirror of Apache HBase
xiaoguangdong/incubator-ratis
Mirror of Apache Ratis (Incubating)
xiaoguangdong/istio
Connect, secure, control, and observe services.
xiaoguangdong/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
xiaoguangdong/jna
Java Native Access
xiaoguangdong/kafka
Mirror of Apache Kafka
xiaoguangdong/kubernetes
Production-Grade Container Scheduling and Management
xiaoguangdong/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
xiaoguangdong/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
xiaoguangdong/NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
xiaoguangdong/pulsar
Apache Pulsar - distributed pub-sub messaging system
xiaoguangdong/rocketmq
Mirror of Apache RocketMQ
xiaoguangdong/rocketmq-externals
Mirror of Apache RocketMQ (Incubating)
xiaoguangdong/Scalable-Cassandra-deployment-on-Kubernetes
In this code we provide a full roadmap the deployment of a multi-node scalable Cassandra cluster on Kubernetes. Cassandra understands that it is running within a cluster manager, and uses this cluster management infrastructure to help implement the application. Kubernetes concepts like Replication Controller, StatefulSets etc. are leveraged to deploy either non-persistent or persistent Cassandra clusters on Kubernetes cluster.
xiaoguangdong/sunny
sunny is a mvc web framework
xiaoguangdong/voldemort
An open source clone of Amazon's Dynamo.
xiaoguangdong/website
Kubernetes website and documentation repo:
xiaoguangdong/zipkin-demo
A demo about how to use Spring Cloud Sleuth + Kafka + Zipkin + ElasticSearch