sepgh / testudoLinks
Simple embedded java database
☆20Updated 5 months ago
Alternatives and similar repositories for testudo
Users that are interested in testudo are comparing it to the libraries listed below
Sorting:
- A simple database built from scratch in Rust☆69Updated 10 months ago
- Playground to practice "Designing Data-Intensive Applications" concepts☆11Updated 2 years ago
- An implementation of an educational RDBMS in Go☆22Updated 11 months ago
- ☆68Updated 5 years ago
- A database implementation from scratch in Rust☆43Updated 2 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆30Updated 4 years ago
- Databases are awesome! 🕶☆58Updated 2 years ago
- a minimalistic implementation of RAFT algorithm☆25Updated last year
- A simple cassandra like kv store using gossip protocol☆16Updated 4 years ago
- Your SQL database for learning purpose☆78Updated last year
- C Implementation of the monkey programming language☆73Updated 5 years ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆307Updated 2 years ago
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆36Updated last month
- Repository for the series of articles about writing DB Engine: https://medium.com/@valerii.maslenikov/writing-database-storage-engine-fro…☆9Updated 2 years ago
- A C++ version of SimpleDB originally written in Java by Edward Sciore. The structure of SimpleDB is explained in detail in the book Datab…☆47Updated 4 years ago
- [WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).☆150Updated 4 months ago
- Simple Syntax-Directed Interpreter for a subset of SQL☆13Updated 14 years ago
- LSM-Tree Key-Value Store based on RocksDB☆79Updated 2 years ago
- A collection of small C projects - usually a minimal example of something interesting☆41Updated 3 years ago
- FireflyDB is a fast, thread-safe, JVM-based key-value storage engine with microsecond latency.☆67Updated last year
- Raft implemented in Rust☆25Updated last year
- copy from http://www.interdb.jp/pg☆42Updated 7 years ago
- ☆42Updated 2 years ago
- Simple DBMS MIT 6.830☆21Updated 6 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆153Updated 3 years ago
- ☆54Updated 7 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 8 months ago
- My 🦀 solution for https://codecrafters.io/challenges/sqlite☆14Updated 3 years ago
- Mini-LSM solution checkpoint☆56Updated last year
- Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.☆133Updated last year