tomfran / LSM-TreeLinks
Log-Structured Merge Tree Java implementation
☆108Updated last year
Alternatives and similar repositories for LSM-Tree
Users that are interested in LSM-Tree are comparing it to the libraries listed below
Sorting:
- TLA+ specifications for Kafka related algorithms☆85Updated 11 months ago
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- A simple cassandra like kv store using gossip protocol☆16Updated 5 years ago
- The source code for this book: Grokking Streaming Systems: Real-time Event Processing (https://www.manning.com/books/grokking-streaming-s…☆114Updated 5 months ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆328Updated 3 years ago
- Feature-complete implementation of the Raft consensus algorithm in Java☆251Updated 6 months ago
- SIEVE is simpler than LRU☆15Updated last year
- Readings in Stream Processing☆126Updated 4 months ago
- A fast and space efficient Radix tree in Java☆129Updated 5 years ago
- Accord library for Apache Cassandra®☆84Updated last week
- Project for COS 518: distributed lock service☆37Updated 6 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- Tektite DB☆183Updated 10 months ago
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆124Updated 5 months ago
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter☆38Updated last year
- ☆129Updated 2 months ago
- Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election☆53Updated 8 years ago
- Hello eBPF world! Hello Java world! Let's discover eBPF together and write Java user-land library along the way.☆169Updated last week
- Union, intersection, and set cardinality in loglog space☆59Updated 2 years ago
- This is the companion repository for the book How Query Engines Work.☆416Updated this week
- Inside OpenJDK and the HotSpot Java Virtual Machine☆46Updated 2 weeks ago
- sql-logic-test☆68Updated 2 years ago
- Tiny Database: Query Engine, Storage Engine, Calcite, ANTLR