Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanxg852000/simpledb-go

An implementation of an educational RDBMS in Go
https://github.com/evanxg852000/simpledb-go

Last synced: about 14 hours ago
JSON representation

An implementation of an educational RDBMS in Go

Awesome Lists containing this project

README

        

# simpledb-go

This project implements SimpleDB in golang. SimpleDB is an educational
database management system presented in Edward Sciore's book titled
[Database Design and Implementation 2nEd](https://www.amazon.com/Database-Design-Implementation-Edward-Sciore/dp/0471757160)

![image](./screenshot.png)

# Features not implemented yet
- Support for indexing (B+Tree, Hash)
- Support for Aggregate queries

## References:

- https://howqueryengineswork.com/00-introduction.html