I know there are plenty of books where you write your own ray tracer from scratch in C++ and same for OSes (and they include code snippets). Is there anything like this for database management systems? I'm aware of the cow book, but I'm looking for something that walks you through implementing an entire database engine with code snippets. I understand the theoretical components but I have a hard time architecting them together in code.
For me this was a good starting point.<p><a href="https://cstack.github.io/db_tutorial/parts/part1.html" rel="nofollow">https://cstack.github.io/db_tutorial/parts/part1.html</a>