Skip to content

archilogic-com/bi-plugin-grafana-datasource

Repository files navigation

Archilogic Grafana Datasource plugin

Getting started

Frontend

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev
    
    # or
    
    yarn watch
  3. Build plugin in production mode

    yarn build
  4. Spin up a Grafana instance and run the plugin inside it (using Docker)

    yarn server

Learn more

Below you can find source code for existing app plugins and other related documentation.