Skip to content

inelpandzic/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDB - A Simple Relational DBMS

SimpleDB is a simple relational database management system, originaly implemented by professor Edward Sciore in his book Database Design and Implementation.

The idea is to implement SimpleDB in Go (mostly) following the mentioned book as a main material and cover evertyghing in a series of Youtube videos for everyone to follow along.

TODO

  • File Manager (video)
  • Log Manager
  • Buffer Manager
  • Concurrency Manager
  • Recovery Manager
  • Record Management
  • Metadata Management
  • Query Processor
  • Indexes
  • Client Communication

About

SimpleDB - A Simple Relational DBMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages