Categorygithub.com/inelpandzic/simpledb
repositorypackage
0.0.0-20250120162501-88d5161e4fe0
Repository: https://github.com/inelpandzic/simpledb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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)
  • Memory Management Principles (video)
  • Log Manager (video)
  • Buffer Manager
  • Concurrency Manager
  • Recovery Manager
  • Record Management
  • Metadata Management
  • Query Processor
  • Indexes
  • Client Communication