Search code examples
sqldatabasedashboardibm-cloudnode-red

Dashboard/Data Display Options for Bluemix Application


As part of an IoT project that uses NodeRed in Bluemix, I now need to somehow present this data. I'm at a loss on the best options for me. I can save the data to a sql database, but from there I am looking for a soluton to display these entries I'm pushing from NodeRed to the DB.


Solution

  • So the simplest way to do this with NodeRed is to use the Template Node and the HTTP Output node. You can use the Template Node to inject data into a webpage and then serve that webpage in NodeRed.