MIT-DB-Class / go-db-2024Links
☆36Updated last year
Alternatives and similar repositories for go-db-2024
Users that are interested in go-db-2024 are comparing it to the libraries listed below
Sorting:
- An persistent relational database built in Go.☆708Updated 3 weeks ago
- A basic introduction to coding in modern C++.☆1,045Updated last year
- Educational database system developed at Georgia Tech☆38Updated 3 months ago
- ☆24Updated 6 months ago
- About the book "Writing for Developers: Blogs That Get Read," which is all about writing more compelling engineering blog posts. By Piotr…☆299Updated 3 weeks ago
- This is the homepage of our MySQL improvement project, showcasing optimizations and enhancements across various MySQL versions.☆148Updated 8 months ago
- LSM-based key-value store in Go for educational purpose.☆86Updated 11 months ago
- A curated list of awesome deterministic simulation testing resources 😎☆287Updated 7 months ago
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆335Updated 3 years ago
- A high performance key value cache built from first principles☆351Updated 9 months ago
- Playground to practice "Designing Data-Intensive Applications" concepts☆12Updated 3 years ago
- Lightweight Durable Golang Workflows☆576Updated this week
- ☆871Updated this week
- High-performance durable, portable, transactional embeddable storage engine designed for flash and RAM optimization.☆455Updated this week
- Learn TigerBeetle by fixing tiny broken scripts!☆168Updated 2 weeks 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 2 years ago
- Build a simple video encoder from scratch☆426Updated 11 months ago
- (educational) build your own disk based KV store in Go☆254Updated last year
- C11 implementation of the 1 Billion Rows Challenge. 1️⃣🐝🏎️ Runs in ~1.6 seconds on my not-so-fast laptop CPU w/ 16GB RAM.☆108Updated last year
- Computer Systems: A Programmer's Perspective – Lab Assignments☆30Updated last year
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆123Updated 7 months ago
- Papers informing the design and development of Distributed Async Await☆84Updated 11 months ago
- one million chessboards, synced for everyone☆162Updated 3 months ago
- Relational Database for High-Intensity, Contention-Free OLTP.☆97Updated this week
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆42Updated 6 months ago
- An LSM Tree based Key-Value storage engine written in Go☆46Updated last year
- Distributed Async Await — Durable Executions, Dead Simple