This repository was archived by the owner on Aug 10, 2024. It is now read-only.
KWeb allowed me to write a public playground for Apache Calcite database tool in ~50 lines of code! #289
GavinRay97
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for letting us know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Calcite is a SQL parser and query planning/optimization engine that allows you to query virtually anything:
I've wanted to host a public playground where each user gets an isolated, in-memory database session and can submit queries to the server and see results
I thought this would be a lot of work to build, but with kweb I was able to do it in ~50 lines, not counting imports/whitespace!
Thanks for such a useful tool 🙂
Beta Was this translation helpful? Give feedback.
All reactions