A simple database implementation in Python.
main todo summary: add run instructions (or make it simpler) and include scaffold (interfaces and dummy functions) for you to fill and complete. fix SQL parser.
Aim: Walk you through the depth of databases, without overwhelming you.
- Migrate all notes
- Implement some level of RAID
- Implement B+ indexing
- Implement the joins
- Instead of brute forcing SQL, implement it using relational algebra