Hi, Dev community,
Right now, our team are trying to connect Druid to Superset
(https://github.com/airbnb/superset) and other database monitoring tools. I
wonder that what will be the best way to do so. Superset is based on python and
it uses a python SQL connection toolkit called SQLAlchemy, they provided some
experimental ways to connect mySQL through JDBC and those probably could be
potentially used to connect Calcite. Calcite can provide a standard JDBC
connection but I am not sure how to expose that. Should I do it through Avatica
or there exists a simpler way to do it just with Calcite.
Thank you.