awelm / simpledbLinks
A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)
☆320Updated 2 years ago
Alternatives and similar repositories for simpledb
Users that are interested in simpledb are comparing it to the libraries listed below
Sorting:
- Experimenting with persistence in C☆185Updated 3 years ago
- Log-Structured Merge Tree Java implementation☆101Updated last year
- This is the companion repository for the book How Query Engines Work.☆400Updated 2 years ago
- A simple cassandra like kv store using gossip protocol☆16Updated 4 years ago
- Project for COS 518: distributed lock service☆36Updated 6 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆39Updated 3 years ago
- SQLite 2.5.0 fixed version for modern GCC, which is perfect for code reading, database design learning☆389Updated 7 years ago
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- A database implementation from scratch in Rust☆42Updated 2 years ago
- A collection of resources about databases and related topics☆96Updated 2 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 10 months ago
- Interesting readings and talks on computer science☆715Updated 7 months ago
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆122Updated 2 months ago
- A distributed thread-per-core document database☆532Updated last year
- A proto-database inspired by SQLite for educational purposes.☆86Updated 2 months ago
- ☆68Updated 5 years ago
- The source code for this book: Grokking Streaming Systems: Real-time Event Processing (https://www.manning.com/books/grokking-streaming-s…☆110Updated 2 months ago
- High Performance Embedded Key-Value Store☆719Updated 3 weeks ago
- Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter☆38Updated last year
- LSM-based key-value store in Go for educational purpose.☆76Updated 6 months ago
- Relational Database for High-Intensity OLTP workloads.☆89Updated last week
- (educational) build your own disk based KV store☆1,334Updated last year
- Awesome materials about database development.☆1,530Updated last year
- A C++ version of SimpleDB originally written in Java by Edward Sciore. The structure of SimpleDB is explained in detail in the book Datab…☆48Updated 4 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆31Updated 4 years ago
- Collection of Papers On Database Management Systems☆222Updated 8 years ago
- FireflyDB is a fast, thread-safe, JVM-based key-value storage engine with microsecond latency.☆69Updated last year
- An implementation of an educational RDBMS in Go☆22Updated last year
- A list papers of learning how to building database system☆241Updated 10 months ago
- A collection of demos showcasing how stream processing can be used to solve real-world problems.☆214Updated this week