Hi all,

I wrote an am hosting a service that creates session-scoped Calcite schemas
that have the Chinook dataset loaded
This allows people to experiment with Calcite, or check how certain
operations would be planned, without needing to set anything up

The service can be used here:
https://calcite-online.system.gavinray.dev

The code is here:
GavinRay97/calcite-online (github.com)
<https://github.com/GavinRay97/calcite-online>

Currently it is limited to only running SQL queries/explaining them, and
displaying the Calcite schema

Later I would like to add the ability for users to write Java code defining
Calcite UDF's in the browser,
as well as allow you to configure the Calcite instance settings.

Reply via email to