An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
☆176Nov 8, 2023Updated 2 years ago
Alternatives and similar repositories for BPlusTree
Users that are interested in BPlusTree are comparing it to the libraries listed below
Sorting:
- Disk-based B+-tree written in Pure Java☆227Oct 13, 2020Updated 5 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆104Aug 27, 2025Updated 6 months ago
- A Java implementation of B+ tree for key-value store☆55Jan 9, 2020Updated 6 years ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆51Feb 2, 2026Updated 3 weeks ago
- a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID☆37Aug 22, 2020Updated 5 years ago
- A distributed key-value store based on the implementation of Raft consensus algorithm following the paper, which applies multithreading t…☆19Nov 30, 2019Updated 6 years ago
- Java implementation of immutable key-value storage based on sorted string table☆12Jun 26, 2015Updated 10 years ago
- B+树☆15Dec 19, 2017Updated 8 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Jul 28, 2023Updated 2 years ago
- This project enables you to use spring inside of a spark application.☆11May 6, 2015Updated 10 years ago
- A fast key/value store that is efficient for high-volume random access reads and writes.☆359May 17, 2017Updated 8 years ago
- LSM tree based key-value database☆31Mar 5, 2024Updated last year
- 一个模仿Kafka的简单消息中间件☆14Jun 29, 2022Updated 3 years ago
- A simple and high-performance Java B-tree: drop-in replacement for java.util.TreeMap☆29Nov 3, 2019Updated 6 years ago
- dragonboat multi group raft product ready example by pebbledb☆20Oct 30, 2023Updated 2 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆38Jan 2, 2021Updated 5 years ago
- B+ Tree implementation in Java☆18Aug 17, 2024Updated last year
- An implementation of B+Tree (a multiway search tree based on the memory, i.e., all data records are stored in the memory instead of the d…☆20Feb 7, 2023Updated 3 years ago
- A JVM-embeddable Distributed Database☆325Sep 1, 2025Updated 5 months ago
- BLInk Tree logic - storage and locking experiment☆28Oct 1, 2014Updated 11 years ago
- 华为云TaurusDB性能挑战赛复赛☆18Sep 18, 2021Updated 4 years ago
- Embedded Key Value Java Database☆366Oct 13, 2020Updated 5 years ago
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆48Jun 15, 2019Updated 6 years ago
- Raft Java implementation which is simple and easy to understand.☆1,234Jan 10, 2024Updated 2 years ago
- A fast, log structured key-value store.☆529Apr 26, 2023Updated 2 years ago
- B+ tree in pure Go.☆96Apr 21, 2015Updated 10 years ago
- Implementation of distributed and parallel databases operations like fragmentation, parallel sort, range query etc.☆10Nov 2, 2017Updated 8 years ago
- SimpleDB implementation for MIT 6.830☆11Nov 15, 2019Updated 6 years ago
- 分布式、高可用的延迟调度系统、可以配合消息队列实现延迟任务队列☆12Dec 5, 2023Updated 2 years ago
- An Open Source Event Bus for Java 1.6+☆12Mar 10, 2023Updated 2 years ago
- (Java-)Implementation of the compression method of Burtscher and Ratanaworabhan, "High Throughput Compression of Double-Precision Floati…☆23Dec 30, 2013Updated 12 years ago
- 500 行代码实现一个基于 LSM 的数据库☆145May 16, 2021Updated 4 years ago
- A distributed key-value store based on replicated LSM-Trees☆10May 18, 2017Updated 8 years ago
- ☆14Sep 6, 2023Updated 2 years ago
- 使用rocksDB实现LinkedList双向链表,可用于本地MQ队列,实现本地MQ等持久化存储。☆10Sep 11, 2018Updated 7 years ago
- 一个高性能,可靠,异步的本地持久化队列实现;重启JVM、重启服务器、或者强制KILL进程时,队列里的数据不丢失;☆12Dec 5, 2017Updated 8 years ago
- VanillaComm is a collection of reliable group communication primitives (e.g., total-ordering) that can benefit the distributed database s…☆12Dec 19, 2025Updated 2 months ago
- CDH6.3.2离线安装☆11Nov 2, 2020Updated 5 years ago
- Basic Golang implementation of a Triple Store. Built to learn the Golang language before an internship.☆19Mar 13, 2019Updated 6 years ago