|
|
|
|
|
by hashhar
1116 days ago
|
|
Exactly. It provides an API using which you can build connectors to whatever systems you want. e.g. Here's a connector for GitHub API https://github.com/nineinchnick/trino-rest/tree/master/trino.... It doesn't have to be SQL based systems on the other end - the most used connector with Trino is to query files on object storage (S3/GCS/Azure Blob). Disclaimer: I'm one of the maintainers of the project. |
|