Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 479 Bytes

CSV Data Source plugin for Grafana

An example of a Data Source plugin for Grafana.

Note: This repository exists for experimental purposes only, and is currently not fit for use.

Directory structure

cmd/backend holds the source code for the backend plugin (Go).

src holds the source code for the frontend plugin (Typescript).

Developing

Build frontend plugin:

yarn build

Build backend plugin:

make build-darwin