ggrandes / kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
☆96Updated last month
Related projects ⓘ
Alternatives and complementary repositories for kvstore
- High performance persistent LSM key-value store library for the JVM.☆165Updated 2 years ago
- A java implementation of the raft distributed consensus algorithm☆39Updated 7 years ago
- Implementation of Basho's bitcask in Java☆70Updated 12 years ago
- Yet another Raft Consensus implementation☆178Updated last year
- Disk-based B+-tree written in Pure Java☆213Updated 4 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆57Updated 4 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆55Updated last year
- 1st AliCloud Database Performance Competition in 2018 - Java rank No.1 source code 阿里云2018年第一届PolarDB数据库性能大赛Java排名第一源码☆198Updated 5 years ago
- Raft distributed consensus protocol in Java☆101Updated 8 years ago
- Distributed Message Queue based on Raft☆34Updated 2 years ago
- Project has been moved☆73Updated 8 years ago
- A Java Direct IO framework which is very simple to use.☆121Updated 7 months ago
- A Java library to perform direct I/O in Linux, bypassing file page cache.