You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: