design - Educational project for Database systems like PintOS? -
pintos project educational experience me. idea of making set of test cases pass , working live system.
are there educational projects database systems?
edit: focus create dbms engine
i presume need code project (more specifically, dbms?) focused on being educational , easy read?
i haven't found overly useful on matter. usually, "free" courses , online resourses provide, example, notes on efficient sql usage, while others focus on development of simple (and quite focused) dbms systems. take, example, db-class
there are, more or less, 2 "schools" of educational/academic dbms systems:
the first one, , more popular, based on elmasri , navathe's "fundamentals of database systems", considered "bible" of field. these courses promote creation of "stack of components", (from low level high level):
- disk block , intermediate memory management
- record , index management
- query parsing, optimization , utilities
- views
the other based on "the third manifestor"'s tutorial d (foundation future database systems, date , darwen). there load of such implementations online, example "rel", "dee", "duro", "mightyd" etc, maybe worth having not best resource.
p.s: both minix , pintos fine software teaching os!
Comments
Post a Comment