dborchard / tiny-dbLinks
Tiny Database: Query Engine, Storage Engine, Calcite, ANTLR
☆28Updated 2 years ago
Alternatives and similar repositories for tiny-db
Users that are interested in tiny-db are comparing it to the libraries listed below
Sorting:
- Log-Structured Merge Tree Java implementation☆109Updated last year
- Disk-based B+-tree written in Pure Java☆227Updated 5 years ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆331Updated 3 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated 2 years ago
- ClauDB is a REDIS implementation in Java☆182Updated this week
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆103Updated 4 months ago
- A small distributed key value store written in java, uses event driven architecture and supports replication.☆16Updated last year
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆47Updated 12 years ago
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- Berkeley DB Java Edition☆66Updated 4 years ago
- A JVM-embeddable Distributed Database☆325Updated 4 months ago
- Feature-complete implementation of the Raft consensus algorithm in Java☆255Updated 7 months ago
- Unofficial mirror of HSQLDB (https://sf.net/p/hsqldb/), namely HyperSQL Database. It is a relational database management system and a set…☆89Updated 5 months ago
- A fast and space efficient Radix tree in Java☆131Updated 5 years ago
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆48Updated 5 years ago
- A Java implementation of Lamport's Paxos algorithm.☆92Updated last year
- Evrete is a lightweight and intuitive Java rule engine.☆175Updated 9 months ago
- A tiny CPU profiler for Java written completely in Java 17.☆93Updated 2 years ago
- Implementation of Basho's bitcask in Java☆72Updated 14 years ago
- Disk based index database implementation. Purely written in Java.☆19Updated 7 years ago
- Java bindings for pmemkv☆29Updated 2 years ago
- HawtDB is an embedded MVCC Key/Value Database☆79Updated 11 years ago
- Project for COS 518: distributed lock service☆37Updated 6 years ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆100Updated last year
- Inside OpenJDK and the HotSpot Java Virtual Machine☆46Updated last month
- The source code for this book: Grokking Streaming Systems: Real-time Event Processing (https://www.manning.com/books/grokking-streaming-s…☆114Updated 6 months ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆50Updated 3 weeks ago
- Java implementation of immutable key-value storage based on sorted string table☆12Updated 10 years ago
- JDBC driver that converts any INSERT, UPDATE and DELETE statements into append-only INSERTs. Instead of updating rows in-place it inserts…☆82Updated 8 years ago