ibmcom/iotvisualization
IBM IoT Data Visualization (EARLY PREVIEW)
10K+
For a full description, please check out our [WIKI on IBM developerWorks](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IoT Data Visualization). You will need an IBM developerWorks account to connect.
Download Docker Toolbox for Mac or Docker Toolbox for Windows(patched,v1.8.1d), and install on your laptop
This docker image has to be deployed to Docker Engine on one of supported Cloud providers or your own system. The instructions for creating Docker Engine vary by Cloud provider. We recommend to use Docker Machine (beta) to provision Docker Engine.
Run the container
docker run -it --privileged -p 9088:9088 -p 8090:8090 -p 50000:50000 ibmcom/iotvisualization
-p 50000:50000
exposes port 50000
to allow connections from the remote client.In order to discover how to run the visualization against your own IoT data, start by reviewing our sample demo. Sample demo for IoT Data Visualization
If you would rather view our video on YouTube. Coming soon!
The Dockerfile and associated scripts are licensed under the Apache License 2.0.
docker pull ibmcom/iotvisualization