less than a minute
UMH Datasource provides a Grafana 8.X compatible plugin, allowing easy data extraction from the UMH factoryinsight microservice.
For development, the steps to build the plugin from source are described here.
Clone the datasource repository git@github.com:united-manufacturing-hub/united-manufacturing-hub-datasource.git
Install dependencies
yarn install
yarn dev
yarn build
C:\Program Files\GrafanaLabs\grafana\data\plugins
/var/lib/grafana/plugins
Rename the folder to umh-datasource.
Enable the enable development mode to load unsigned plugins.
restart your Grafana service.