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

We created many Grafana data sources to this moment. To make the creation process efficient, starting with a well-constructed template is always easier.
Generate a data source template with https://github.com/VolkovLabs/volkovlabs-abc-datasource/generate.
Requirements
- Grafana 8.5+, Grafana 9.0+ is required for major version 2.
- Grafana 8.0+ is required for major version 1.
Getting Started
- Install packages
yarn install
- Build the plugin
yarn build
- Sign the plugins if required
export GRAFANA_API_KEY=erfdfsgfs==
yarn sign
- Start the Docker container
yarn run start
Features
- Use
docker-compose
to start the development environment with provisioned panels and a dashboard. - Provides unit test configuration.
- Based on the latest version of Grafana.
- Includes GitHub Actions for CI and Release.
Feedback
We love to hear from you. There are various ways to get in touch with us.
- Ask a question, request a new feature, and file a bug with GitHub issues.
- Sponsor our open-source plugins for Grafana with GitHub Sponsor.
- Star the repository to show your support.
License
Apache License Version 2.0, see LICENSE.