UMH Datasource v2 is a new version of the UMH Datasource, providing easier access to the data and a more user-friendly interface.
-
Install dependencies
yarn install
-
Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
-
Test with Docker
docker run -d -p 3000:3000 -v <path-to-source>:/var/lib/grafana/plugins -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=umh-v2-datasource grafana/grafana
-
Build plugin in production mode
yarn build