Skip to content

mengweieric/timestream-datasource

 
 

Repository files navigation

AWS Timestream Datasource Development Guide

The Timestream datasource plugin provides a support for Amazon Timestream. Add it as a data source, then you are ready to build dashboards using timestream query results

Please add feedback to the issues folder, and we will follow up shortly. Be sure to include version information for both grafana and the installed plugin.

The production plugins can be downloaded from the Timestream plugin page.

For configuration options, see: src/README.md

Developer Guide

You will need to install Node.js, Yarn, Go, and Mage first.

  1. yarn install --frozen-lockfile
  2. yarn dev — will build the frontend changes
  3. mage build:backend — will build the backend changes
  4. (Optional) mage -v buildAll — this is optional if you need backend plugins for other platforms
  5. The compiled plugin should be in dist/ directory.
  6. Run Grafana in development mode, or configure Grafana to load the unsigned plugin.
  7. You can install by following the install Grafana plugins docs page.

For more information, please consult the build a plugin docs page.

Packages

No packages published

Languages

  • TypeScript 58.0%
  • Go 41.5%
  • JavaScript 0.5%