Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.06 KB

Grafana4IoT

Build Status

Easily hook up your IBM Watson IoT organization to Grafana to generate powerful visualizations and dashboards quickly and easily. Works great in conjunction with the Watson IoT Connector for statsd.

Usage

The easiest way to use this project is with Docker Compose. The default compose file will launch a single instance of the statsd connector and grafana4iot. Additional connectors can be deployed to bring data from multiple organizations into grafana.

export WIOTP_API_KEY=<your api key>
export WIOTP_API_TOKEN=<your auth token>
wget https://github.com/ibm-watson-iot/grafana4iot/blob/master/docker-compose.yml
docker-compose up

To update an existing instance of the service:

wget https://github.com/ibm-watson-iot/grafana4iot/blob/master/docker-compose.yml
docker-compose build && docker-compose up -d