For building this plugin, there currently is a bug in the toolchain that prevents the correct execution. You need to run rm -rf node_modules/@grafana/data/node_modules
in order for it to work. See the github issue for more information on that subject.
- Install dependencies
yarn install
- Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
- Build plugin in production mode
yarn build
- Grafana developer guide
- Build a streaming data source plugin
- Javascript websockets
- Grafana dataframe documentation
- Build a data source plugin tutorial
- Grafana UI Library - UI components to help you build interfaces using Grafana Design System