Skip to content
/ k2db Public

My solutions to the projects set in CMU's Intro to Database Systems Course in Rust

Notifications You must be signed in to change notification settings

k2bd/k2db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k2db

test codecov

My solutions to the projects set in CMU's Intro to Database Systems Course in Rust. By the nature of the projects it will also be at least a partial clone of some iteration of BusTub, the scaffold database system produced by CMU for that course's project work.

The goal of this repo is for me to learn about database internals and DBMS development by following that CMU course and other resources, and to brush up on Rust development.

Progress

Resources

The BusTub source repo as of a 2019 commit

An example solution to the whole project in C++

toyDB, a distributed sql database written in Rust

mini-db, a relational database system built in Rust

About

My solutions to the projects set in CMU's Intro to Database Systems Course in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages