awelm / simpledbLinks
A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)
☆335Updated 3 years ago
Alternatives and similar repositories for simpledb
Users that are interested in simpledb are comparing it to the libraries listed below
Sorting:
- Log-Structured Merge Tree Java implementation☆110Updated last year
- Experimenting with persistence in C☆189Updated 3 years ago
- This is the companion repository for the book How Query Engines Work.☆422Updated last week
- SQLite 2.5.0 fixed version for modern GCC, which is perfect for code reading, database design learning☆397Updated 7 years ago
- Tiny Database: Query Engine, Storage Engine, Calcite, ANTLR☆28Updated 2 years ago
- A simple cassandra like kv store using gossip protocol☆16Updated 5 years ago
- Interesting readings and talks on computer science☆724Updated last year
- Project for COS 518: distributed lock service☆37Updated 6 years ago
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆123Updated 7 months ago
- A collection of resources about databases and related topics☆101Updated 3 years ago
- copy from http://www.interdb.jp/pg☆54Updated 8 years ago
- A proto-database inspired by SQLite for educational purposes.☆86Updated 7 months ago
- FireflyDB is a fast, thread-safe, JVM-based key-value storage engine with microsecond latency.☆69Updated 2 years ago
- Awesome materials about database development.☆1,585Updated last year
- A database implementation from scratch in Rust☆43Updated 2 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter☆37Updated last year
- (educational) build your own disk based KV store☆1,347Updated last year
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- ☆70Updated 5 years ago
- A list papers of learning how to building database system☆259Updated last year
- The On-line Database of Databases☆552Updated 3 weeks ago
- A distributed thread-per-core document database☆535Updated 2 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆64Updated last year
- Collection of Papers On Database Management Systems☆224Updated 9 years ago
- ☆21Updated 2 weeks ago
- High Performance Embedded Key-Value Store☆725Updated last week
- ☆68Updated 3 years ago
- 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
- A Concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on…☆43Updated 9 months ago