An open API service indexing awesome lists of open source software.

https://github.com/eccentricvamp/historian-datasource

GE Proficy Historian datasource plugin for Grafana
https://github.com/eccentricvamp/historian-datasource

grafana-plugin

Last synced: 6 months ago
JSON representation

GE Proficy Historian datasource plugin for Grafana

Awesome Lists containing this project

README

          

# Proficy Historian Grafana Datasource

Tested to work with GE Historian 7.1 and up. Uses the [REST API](https://www.ge.com/digital/documentation/historian/version71/IOTcwM2Y5YzctNGZhMy00M2IzLWFlZmUtNjcxODkwMzNlM2Zh.html)

## Prerequisites

1. [Visual Studio Code](https://code.visualstudio.com/)

[Go language extension](https://marketplace.visualstudio.com/items?itemName=golang.Go)

2. [Node.js](https://nodejs.dev/)

3. [Go](https://go.dev/)

[Mage](https://magefile.org/)

## Install dependencies

Backend: `go mod download`

Frontend: `npm install`

## Build

Backend: `mage`

Frontend: `npm run build`