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.
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