An example of a Data Source plugin for Grafana.
Note: This repository exists for experimental purposes only, and is currently not fit for use.
cmd/backend
holds the source code for the backend plugin (Go).
src
holds the source code for the frontend plugin (Typescript).
Build frontend plugin:
yarn build
Build backend plugin:
make build-darwin