Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evanxg852000/simpledb-go
- Owner: evanxg852000
- Created: 2024-06-27T13:51:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:13:19.000Z (5 months ago)
- Last Synced: 2024-06-27T19:42:59.309Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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