7 ms·
Is there any book/textbook course out there that goes through how to write a database or dbms from scratch up to something useful, think something like nand to
by Raminj95 3y ago
Is there any book/textbook course out there that goes through how to write a database or dbms from scratch up to something useful, think something like nand to tetris style? I have been looking but there is not much on this topic out there I feel like.
- _georgesim_ 3y agoYou can take CMU's 15-445 which is available online with lectures uploaded to youtube: https://15445.courses.cs.cmu.edu/fall2022/ https://15445.courses.cs.cmu.edu/fall2022/.
- gavinray 3y agoThere is a book that is exactly this, "Database Design and Implementation" by Edward Sciore. You write a database in Java while having the principles explained along the way. https://www.amazon.com/Database-Design-Implementation-Data-Centric-Applications/dp/3030338355 https://www.amazon.com/Database-Design-Implementation-Data-C...
- Raminj95 3y agoThis looks amazing thank you for the recommendation!