-
Is the ‘ backend plugin ’ mandatory in order to communicate with the server from which the data is fetched ?
-or- can any code be executed in thequery
method in DataSource.ts ? -
Must the backend plugin be written in GO ?
-
Following the example in:
https://github.com/marcusolsson/grafana-csv-datasource/blob/master/docs/adding-datasource-backend.md - Grafana server fails to init the plugin:
=>
C:\Grafana\grafana-6.4.0-beta1\data\plugins\csv-datasource\dist/csv-
datasource_windows_amd64.exe": file does not exist
The exe file does exist no disk, but I am on Windows so it seems the separating character should be changed. What file is responsible for that ? where should I change ?