https://github.com/rustin170506/rq
Building my own database engine
https://github.com/rustin170506/rq
Last synced: about 1 year ago
JSON representation
Building my own database engine
- Host: GitHub
- URL: https://github.com/rustin170506/rq
- Owner: Rustin170506
- License: apache-2.0
- Created: 2022-05-23T12:42:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T14:34:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T14:13:18.995Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rq
Building my own database query engine.
I learned how to write a query engine from [this book](http://leanpub.com/how-query-engines-work).
Also, I refer to the code in [kquery](https://github.com/andygrove/how-query-engines-work) and [arrow-datafusion](https://github.com/apache/arrow-datafusion). Thanks for these great projects.