CoderiGenius / RocksRaftLinks
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch using Java
☆19Updated 2 years ago
Alternatives and similar repositories for RocksRaft
Users that are interested in RocksRaft are comparing it to the libraries listed below
Sorting:
- leveldb的源码中文注释解读版☆51Updated 3 years ago
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆25Updated 2 years ago
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆23Updated 3 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆59Updated 5 years ago
- 面向单机与分 布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆11Updated 2 years ago
- CBASE是交通银行基于 OceanBase 0.4.2 研发的可扩展的关系数据库☆54Updated 6 years ago
- Important experiments on memory management, file access, network transfer, job scheduler, and so on.☆15Updated 3 years ago
- Consistent Hashing based Key-Value Memory Storage☆19Updated 6 years ago
- netty到底能干什么? 这个项目告诉你, netty什么都能干☆43Updated 3 years ago
- ☆54Updated 4 years ago
- Apache RocketMQ Schema Registry☆34Updated 2 years ago
- 简洁、优雅的key/value存储引擎☆54Updated 10 years ago
- The simple mybatis.(手写简易版 mybatis)☆30Updated last year
- 文件数据库☆62Updated 2 years ago
- A Distributed Message Middleware☆19Updated 12 years ago
- 《新一代垃圾回收器ZGC设计与实现》一书参考的代码☆34Updated 4 years ago
- a lightweight database implements some basic function of hbase☆59Updated 7 years ago
- lmax-disruptor队列学习与分享☆25Updated 2 years ago
- 分布式事务书籍随书源码☆110Updated 3 years ago
- 超精简分布式对象存储☆47Updated 6 years ago
- 2016年阿里中间件性能挑战赛复赛☆91Updated 8 years ago
- 分布式延迟调度中间件,自实现Raft分布式一致性算法+LevelDB实现分布式数据存储,使用时间轮算法调度任务执行,支持取消未开始调度的任务。☆19Updated 2 years ago
- ☆52Updated 3 years ago
- ☆32Updated 10 months ago
- 深入浅出消息队列与消息中间件:Kafka、RabbitMQ、RocketMQ、Pulsar☆20Updated 8 months ago
- alibaba 2018 天池中间件大赛复赛百万队列 java 实现☆89Updated 6 years ago
- POLARDB 数据库性能大赛——基于 SSD 的高效 kv 存 储引擎,支持 Write、Read、Range 接口☆18Updated 6 years ago
- 消息中间件知识☆14Updated 2 weeks ago
- A Java implementation of skip list 跳表的Java语言实现☆40Updated 2 years ago
- mykit架构中独立出来的mykit-lock组件,旨在提供高并发架构下分布式系统的分布式锁架构。 分布式锁是控制分布式系统之间同步访问共享资源的一种方式。在分布式系统中,常常需要协调他们的动作。如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这…☆15Updated last year