Danielle9897 / grafana-csv-datasource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 55.2%Language:TypeScript 37.9%Language:Makefile 5.9%Language:JavaScript 1.0%