Presto에서 InfluxDB에서 SQL 쿼리를 실행할 수 있도록 Presto 및 InfluxDB에 대한 사용자 지정 커넥터를 만들려고합니다. 이미 사용 가능한 커넥터의 예가 있습니까?Presto 및 InfluxDB에 대한 사용자 지정 커넥터를 만드는 방법
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
경우, 당신이 그것을 공유하시기 바랍니다 수 있습니까?