grafana / grafana-aws-sdk

Common AWS configs for plugins
Apache License 2.0
7 stars 17 forks source link

Common AWS SQL Datasources #28

Closed andresmgot closed 2 years ago

andresmgot commented 3 years ago

See design document at: https://docs.google.com/document/d/1V3SJGER5zIEQ_x-jHTE3gUIOvDMYqeYFsG4jxtTdux4/edit#

The objective of the refactoring is to reduce the amount of time spent on maintaining and developing new and existing SQL data sources for AWS, having a bigger source of common code.

Chores:

Backend

Frontend

Athena

Redshift

Timestream - [ ] Migrate plugin to use sqlds (requires a golang SQL driver) - [ ] Migrate plugin to use the common packages

andresmgot commented 2 years ago

Created a different issue/epic for Timestream: https://github.com/grafana/timestream-datasource/issues/124

So we can consider this done.