Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trino Connector Support in Rill #5798

Open
sorieux opened this issue Sep 28, 2024 · 4 comments
Open

Add Trino Connector Support in Rill #5798

sorieux opened this issue Sep 28, 2024 · 4 comments
Labels
Type:Feature New feature request

Comments

@sorieux
Copy link

sorieux commented Sep 28, 2024

I would like to connect Rill to Trino, a distributed SQL query engine, for data analysis. Currently, Trino is not available as a connector. Rill is a fantastic product, and integrating Trino would enhance its utility for my BI as Code projects.

Please add a native connector for Trino in Rill. I believe this feature would not only support my projects but also attract more users from the Trino community.

@sorieux sorieux added the Type:Feature New feature request label Sep 28, 2024
@mindspank
Copy link
Contributor

Hey @sorieux, would you envision a Trino connector to ingest data into Rill or do you envision it would federate queries to Trino similar to our ClickHouse and Pinot connectors?

@sorieux
Copy link
Author

sorieux commented Sep 30, 2024

Hi @mindspank,

Thanks for your response. Trino allows me to federate queries across different sources, including running SQL directly on files stored in Hadoop. I envision the connector enabling Rill to query Trino directly, similar to how it works with the ClickHouse and Pinot connectors, without ingesting the data.

@mindspank
Copy link
Contributor

Gotcha. We can evaluate it however we tend to be quite conservative on direct query systems.

Due to the nature of Rill and it's quite query heavy dashboards we normally prefer dedicated olap engines that can keep up performance wise (hence we don't support direct query against Snowflake for instance)

@mindspank
Copy link
Contributor

@brianwmunz Guessing you are prepping for Trino Summit but let's catch up and talk connectors!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants