Intro to Cloudant Data Base Example
In this flow we are going to see how we can add data into the cloudant database as well as read data from the cloudant data base. This will help us in our further flows where we will can model data
The Cloudant Database
How to access the database
Step 1. Go to your Node-RED service on the IBM Cloud


Step 2 . Click on your Cloudant Connection

Step 3. Go to your Cloudant Dashboard

Creating a Flow that Reads and Writes to the Cloudant Dashboard
Step 1. Insert a inject node connected to a Cloudant node. This will write data into the database



Step 2 . Insert inject node that Reads "_id" value from the database as well as changes the "mood" value





Step 3. See Changed values in the database



Import this flow from here :
Last updated
Was this helpful?