Hey all, I'm looking into ways of visualizing data provided via Calcite using Apache Superset. For this, I think I'd have to expose some sort of endpoint which Superset can connect to, potentially implementing an existing wire protocol, such as the one of Postgres. That way, Superset could connect to my Calcite-based application just as to any other Postgres application. Has anyone given something like this a try?
Thanks for any hints, --Gunnar
