-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Feature Requested] Trino integration #2844
Description
Is your feature request related to a problem? Please describe.
Similar to how ILLA builder integrates with databases like postgres, mysql, clickhouse, etc., it'd be great if we could also integrate with Trino (https://trino.io/).
Describe the solution you'd like
The solution should pretty much involve replicating the clickhouse/postgres integration.
Authentication: Trino has a Go client which supports password based HTTP authentication.
Additional context
Trino is a fast distributed SQL query engine for big data analytics. It's essentially a data virtualization technology which lets you connect to, query and combine results from heterogeneous data sources (RDBMS, NoSQL databases, S3 storages, Rest APIs, etc.).
I'd love to work on this feature. Please assign it to me.