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☆110Updated last year
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆335Updated 3 years ago
- A small distributed key value store written in java, uses event driven architecture and supports replication.☆16Updated last year
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- ClauDB is a REDIS implementation in Java☆182Updated last week
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆47Updated 12 years ago
- Disk-based B+-tree written in Pure Java☆227Updated 5 years ago
- A JVM-embeddable Distributed Database☆325Updated 5 months ago
- A fast and space efficient Radix tree in Java☆132Updated 5 years ago
- Feature-complete implementation of the Raft consensus algorithm in Java☆257Updated 7 months ago
- Berkeley DB Java Edition☆66Updated 4 years ago
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated 2 years ago
- A Java implementation of Lamport's Paxos algorithm.☆92Updated last year
- HawtDB is an embedded MVCC Key/Value Database☆79Updated 11 years ago
- A bottom-up approach to learn the Netty project☆32Updated 4 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆104Updated 5 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 Scalable Concurrent Key-Value Map for Big Data Analytics☆274Updated 2 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- JUring provides Java bindings for io_uring☆171Updated 3 weeks ago
- A fast, log structured key-value store.☆528Updated 2 years ago
- A small demo app to show how java threads are mapped to linux threads through JNI☆64Updated 7 years ago
- Zql java SQL parser☆35Updated 5 years ago
- A high-throughput, persistent, distributed, publish-subscribe messaging system based on memory mapped file and Thrift RPC☆166Updated 8 years ago
- Useful Java utilities☆152Updated last year
- 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
- Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election☆53Updated 8 years ago
- Implementation of Basho's bitcask in Java☆71Updated 14 years ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆51Updated 2 weeks ago