grafana / timestream-datasource

Amazon Timestream in Grafana
https://grafana.com/grafana/plugins/grafana-timestream-datasource
Apache License 2.0
24 stars 19 forks source link

Migrate plugin to use sqlds (requires a golang SQL driver) and the aws-sdk SQL packages. #130

Closed andresmgot closed 2 years ago

andresmgot commented 2 years ago

After some investigation, we have decided to not move forward with the integration of sqlds and the SQL package of the aws-sdk because the plugin currently support:

The libraries are not adapted to handle that (and they probably shouldn't, for some of the items, to be generic). More information about this in this document.

taleena commented 2 years ago

Effort for this was captured in https://github.com/grafana/timestream-datasource/issues/131 (and was originally an estimate prior to doing the work).