ggrandes / kvstoreLinks
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
☆103Updated 2 months ago
Alternatives and similar repositories for kvstore
Users that are interested in kvstore are comparing it to the libraries listed below
Sorting:
- High performance persistent LSM key-value store library for the JVM.☆165Updated 3 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆58Updated 5 years ago
- Disk-based B+-tree written in Pure Java☆227Updated 5 years ago
- A Java implementation of Lamport's Paxos algorithm.☆92Updated last year
- An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure☆175Updated 2 years ago
- 1st AliCloud Database Performance Competition in 2018 - Java rank No.1 source code 阿里云2018年第一届PolarDB数据库性能大赛Java排名第一源码☆200Updated 6 years ago
- A Java library to perform direct I/O in Linux, bypassing file page cache.☆318Updated 3 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in java, 线上成绩2M+☆90Updated 7 years ago
- 超精简分布式对象存储☆48Updated 6 years ago
- Implementation of Basho's bitcask in Java☆72Updated 13 years ago
- A Java implementation of B+ tree for key-value store☆55Updated 5 years ago
- Yet another Raft Consensus implementation☆183Updated 2 years ago
- A high-throughput, persistent, distributed, publish-subscribe messaging system based on memory mapped file and Thrift RPC☆163Updated 8 years ago
- Berkeley DB Java Edition☆67Updated 4 years ago
- Distributed Message Queue based on Raft