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
- Host: GitHub
- URL: https://github.com/eccentricvamp/historian-datasource
- Owner: EccentricVamp
- License: agpl-3.0
- Created: 2022-07-21T20:22:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T23:42:06.000Z (over 3 years ago)
- Last Synced: 2025-03-28T11:14:05.080Z (10 months ago)
- Topics: grafana-plugin
- Language: Go
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`