Hi,
Can i use node-red's existing nodes (e.g. http request) programmatically in my app.js to connect to dash db and execute rscript code, as is done in the sample AnomalyDetection app.
Thanks, Aastha
Answer by Jeffrey Dare (418) | Oct 06, 2015 at 05:38 AM
Hi @aastha,
Instead of using the Node-RED's "http request", you can directly use request to make the HTTP request. If you directly want to connect to dashDB, you can check nodejs-dataworks.
You can directly use npm modules in your app.js
instead of using the Node-RED nodes.
Thanks Jeff
How many HTTP requests per second can a 512mb RAM Node-RED handle ? 0 Answers
Is there an example showing how to use an HTTP POST with headers in Node-RED? 2 Answers
How many http requests a second can a 512mb RAM Node-RED application handle ? 0 Answers
Authentication for PUT Request to access Azure Blob Storage? 1 Answer
Warnings preventing install of IBM IoT NodeRed node on Raspberry Pi 1 Answer