These instructions assume you have the following tools installed:
-
Install dependencies:
$ yarn install
-
Build plugin in development mode:
$ yarn dev
-
Run the linter prior to merging commits:
$ yarn lint:fix
-
Build backend plugin binaries for Linux, Windows and Darwin:
$ mage -v
⚠️ Mage has been configured not build thelinux-arm
target, because the Apache Arrow project doesn't provide it in its build matrix. -
List all available Mage targets for additional commands:
$ mage -l
-
Run the plugin using Docker Compose:
$ yarn server
-
Navigate to the Locally Running Grafana.