Data Source Template
The Abc Data Source is a template we created to streamline our development process and gladly share with the Grafana community.

GitHub
Generate a data source template with https://github.com/VolkovLabs/volkovlabs-abc-datasource/generate.
Requirements
- Grafana 9 and Grafana 10 are required for major version 3.
- Grafana 8.5 and Grafana 9 are required for major version 2.
- Grafana 8 is required for major version 1.
Getting Started
- Install packages
npm install
- Build the plugin
npm run build
- Sign the plugins if required
export GRAFANA_API_KEY=erfdfsgfs==
npm run sign
- Start the Docker container
npm run start
Highlights
- Use
docker-compose
to start the development environment with provisioned data source and a dashboard. - Provides unit and E2E test configuration.
- Based on the latest version of Grafana and Grafana Tools.
- Includes GitHub Actions for CI, E2E and Release.
Support
- Subscribe to our YouTube Channel and leave your comments.
- Premium support for the development plugins is available via GitHub Sponsor.
License
Apache License Version 2.0, see LICENSE.