CallMeJiaGu / MySQL-ProtocolLinks
基于MySQL Protocol,实现自己数据库驱动( Based on MySQL Protocol, the implementation of its own database driver)
☆19Updated 6 years ago
Alternatives and similar repositories for MySQL-Protocol
Users that are interested in MySQL-Protocol are comparing it to the libraries listed below
Sorting:
- rocketmq的磁盘存储模块,我增加了延时消息☆11Updated 6 years ago
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Updated 6 years ago
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆23Updated 3 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆20Updated 2 years ago
- java实现的基于raft算法和netty网络通信的分布式强一致kv存储。☆13Updated last year
- 理解LSM(Log-structure Merge Tree)而写的Demo☆8Updated 4 years ago
- 文件数据库☆62Updated 3 years ago
- 第一届PolarDB数据库性能大赛代码。Java语言实现☆17Updated 6 years ago
- 一个仿innodb的数据库存储引擎。☆15Updated 6 years ago
- 一个模仿Kafka的简单消息中间件☆15Updated 3 years ago
- ☆26Updated 7 years ago
- POLARDB 数据库性能大赛——基于 SSD 的高效 kv 存储引擎,支持 Write、Read、Range 接口☆18Updated 6 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆12Updated 8 years ago
- 简洁、优雅的key/value存储引擎☆54Updated 11 years ago
- 第四届阿里中间件性能挑战赛初赛——高性能的 Service Mesh Agent 组件:服务注册与发现、协议转换、负载均衡☆10Updated 2 years ago
- 华为云TaurusDB性能挑战赛复赛☆18Updated 3 years ago
- 最全面的disruptor的教材,剖析内部细节及适用场景☆42Updated 6 years ago
- Distributed Message Queue based on Raft