Pinned Repositories
athena
A fast, pure Java, use-case specific key value store
BRFS
海量小文件分布式存储系统
Distributed-System
分布式键值系统, Raft, Key-Value, Java, Maven
dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
dledger-analysis
raft实现源码分析,docs https://dledger.archessay.cn
eddie-cache
A distributed cache system based on memory and disk storage.
fileio-contrast
收集jraft、roketmq和pulsar等不同中间件的文件io设计
gekko_raft
an implement of raft,which supports file ,memory and rockdb storage ,using mmap and sendfile to implements zero-copy
gossip-spring-boot-starter
Gossip for Spring Boot App Cluster
xzwraft
实现了raft算法中提供的领导者选举,日志复制和持久化等功能
jiang17328323332's Repositories
jiang17328323332/xzwraft
实现了raft算法中提供的领导者选举,日志复制和持久化等功能
jiang17328323332/athena
A fast, pure Java, use-case specific key value store
jiang17328323332/BRFS
海量小文件分布式存储系统
jiang17328323332/Distributed-System
分布式键值系统, Raft, Key-Value, Java, Maven
jiang17328323332/dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
jiang17328323332/dledger-analysis
raft实现源码分析,docs https://dledger.archessay.cn
jiang17328323332/eddie-cache
A distributed cache system based on memory and disk storage.
jiang17328323332/fileio-contrast
收集jraft、roketmq和pulsar等不同中间件的文件io设计
jiang17328323332/gekko_raft
an implement of raft,which supports file ,memory and rockdb storage ,using mmap and sendfile to implements zero-copy
jiang17328323332/gossip-spring-boot-starter
Gossip for Spring Boot App Cluster
jiang17328323332/itstack-demo-netty
微信公众号:bugstack虫洞栈 | 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:bugstack虫洞栈 | 阅读专题文章+调试案例源码学习{回复netty案例}。
jiang17328323332/Jprotobuf-rpc-socket
Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的Java实现
jiang17328323332/kin-jraft
SOFAJRaft工具类
jiang17328323332/loServer
基于Netty的Http应用服务器
jiang17328323332/LSM
理解LSM(Log-structure Merge Tree)而写的Demo
jiang17328323332/LSM-Tree
An LSM-Tree implementation in Java
jiang17328323332/lu-raft-kv
this is raft java project. raft-kv-storage 欢迎 star,凑够600
jiang17328323332/LXU-Cache
A high-performance distributed cache middleware written in Java , similar to redis .
jiang17328323332/lynxdb
LynxDB is a distributed storage writen by Java language, Supporting (key, column family, column, value) structured storage.
jiang17328323332/MicroRaft
Feature-complete implementation of the Raft consensus algorithm in Java
jiang17328323332/mmap-chat-room
基于本地存储内存文件映射的聊天室
jiang17328323332/mmqtt
An Open-Source, Distributed MQTT Broker for IoT.
jiang17328323332/one-nio
Unconventional I/O library for Java
jiang17328323332/PersistKVStore
a key-value store basis of mmap
jiang17328323332/qmq
QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。
jiang17328323332/rafting
Asynchronous lock-free Multi-Raft library
jiang17328323332/serviceplus
Service Plus 致力于打造一个分布式、强一致性 服务+ 的一站式解决方案。用作于分布式 K/V 存储系统、服务注册与发现、服务配置中心、分布式锁等。
jiang17328323332/walog
A simple and high performance embedded/client-server/master-slave WAL implementation