cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.81k forks source link

[DNM] add HTTP service / Calcite query frontend for BusTub #628

Open skyzh opened 1 year ago

skyzh commented 1 year ago

an experimental query frontend based on Calcite, should be used together with https://github.com/skyzh/calcite-bustub

also adds an HTTP endpoint that can be used with many other things (i.e., access BusTub through HTTP API and other languages)