An open API service indexing awesome lists of open source software.

https://github.com/xingdl2007/cmu15-445

:floppy_disk: CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.
https://github.com/xingdl2007/cmu15-445

bplustree buffer-pool database-systems sqlite3 write-ahead-log

Last synced: about 1 month ago
JSON representation

:floppy_disk: CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.

Awesome Lists containing this project

README

        

[CMU 15-445/645 (Fall 2017) Database Systems](http://15445.courses.cs.cmu.edu/fall2017/). A course on the design and implementation of database management systems.

## Projects

- [x] Project 1 - Buffer Pool

- [x] Project 2 - B+Tree

- [x] Project 3 - Concurrency Control

- [x] Project 4 - Logging & Recovery

- [ ] Project 5 - Extra Credit (Benchmarking a DBMS, skip this project)