【发布时间】:2017-12-07 09:44:29
【问题描述】:
我正在尝试为 Presto 和 InfluxDB 创建一个自定义连接器,以使 Presto 能够在 InfluxDB 上运行 SQL 查询。是否有任何此类连接器可用的示例?
Connectors are the source of all data for queries in Presto. Even if your data source doesn’t have underlying tables backing it, as long as you adapt your data source to the API expected by Presto, you can write queries against this data.
我找到的用于编写连接器的唯一文档是: https://prestodb.io/docs/current/develop/example-http.html
如果有人有其他例子,可以分享一下吗?
【问题讨论】: