I am looking for a simple working example such as ibmiot in to dashdb out within Node-RED. Anything out there?
Example of using dashdb out node in Node-RED
1.3k Views Asked by antc777 At
2
There are 2 best solutions below
0

Assuming you have a table in your dashDB with column names as "COL1" and "COL2", you should just feed the dashDB out node with a msg.payload containing fields named COL1 and COL2. Also, I have configured the dashDB out node to have the schema name in front of the table name, like SCHEMA1.TABLE1 . I'd suggest you try an inject node with a dashDB out node and see if it works as you'd expect. Good luck!
For dashDB output node you can find more information at https://developer.ibm.com/bluemix/2015/02/03/welcome-sqldb-dashdb-nodes-nodered-family/