Node-RED is a wonderful flow based programming tool that makes it easy to make event driven applications in a simple and intuitive way. Node-RED is a low code programming environment for beginners and experts alike who want to write and understand programming flow.
Node-RED provides plugins called nodes which can be installed to support almost everything related to programming. It can be used for APIs, DataBase, IoT devices, WebSockets, Emails, Scripting, Image Processing, Cloud computing, edge computing, creating websites and lot more one can think of doing it based on NodeJS. In this workshop we will go over getting started with Node-RED on IBM Cloud and learning Node-RED essentials.
In this tutorial, you will learn how to create a Node-RED starter application in the IBM Cloud, including a Cloudant database to store the application flow configuration.
To complete this tutorial, you need an IBM Cloud account (IBM Cloud Lite, trial, or paid account).
You can complete this tutorial in less than 20 minutes.
- Log in to IBM Cloud.
- Open the catalog and search for node-red.
- Click on the Node-RED App tile.
Now you need to create the Node-RED Starter application.
- On the Create tab, a randomly generated App name will be suggested. Either accept that default name or provide a unique name for your application. This will become part of the application URL.
Note: If the name is not unique, you will see an error message and you must enter a different name before you can continue.
- The Node-RED Starter application requires an instance of the Cloudant database service to store your application flow configuration. Select the region the service should be created in and what pricing plan it should use.
Note: You can only have one Cloudant instance using the Lite plan. If you have already got an instance, you will be able to select it from the Pricing plan select box. You can have more than one Node-RED Starter application using the same Cloudant service instance.
- Click the Create button to continue. This will create your application, but it is not yet deployed to IBM Cloud.
At this point, you have created the application and the resources it requires, but you have not deployed it anywhere to run. This step shows how to setup the Continuous Delivery feature that will deploy your application into the Cloud Foundry space of IBM Cloud.
-
On the next screen, click the Deploy your app button to enable the Continuous Delivery feature for your application.
-
You will need to create an IBM Cloud API key to allow the deployment process to access your resources. Click the New button to create the key.
A message dialog will appear. You can accept the default values and confirm to close the dialog.
-
Increase the Memory allocation per instance slider to at least 128MB. If you do not increase the memory allocation, your Node-RED application might not have sufficient memory to run successfully.
-
The Node-RED Starter kit only supports deployment to the Cloud Foundry space of IBM Cloud. Select the region to deploy your application to. This should match the region you created your Cloudant instance in. Lite users might only be able to deploy to your default region.
Click Next to continue.
- Configure the DevOps toolchain by selecting the region it should be created in – again, try to match the region you selected previously.
Click Create. This will take you back to the application details page.
- After a few moments, the Deployment Automation section will refresh with the details of your newly created Delivery Pipeline. The Status field of the pipeline will eventually show In progress. That means your application is being built and deployed.
Click on the Status field to see the full status of the Delivery Pipeline.
- The Deploy stage will take a few minutes to complete. You can click on the View logs and history link to check its progress. Eventually the Deploy stage will go green to show it has passed. This means your Node-RED Starter application is now running.
Now that you’ve deployed your Node-RED application, let’s open it up!
- Back on the application details page, you should now see the App URL, Source and Deployment target fields filled in.
- Click on the App URL to open up your Node-RED application in a new browser tab.
The first time you open your Node-RED app, you’ll need to configure it and set up security.
-
On the initial screen, click Next to continue.
-
Secure your Node-RED editor by providing a username and password. If you need to change these at any point, you can either edit the values in the Cloudant database, or override them using environment variables. The documentation on nodered.org describes how to do this. Click Next to continue.
-
The final screen summarizes the options you’ve made and highlights the environment variables you can use to change the options in the future. Click Finish to proceed.
-
Node-RED will save your changes and then load the main application. From here you can click the Go to your Node-RED flow editor button to open the editor.
The Node-RED editor opens showing the default flow.
After you have finished creating a Node-RED instance on IBM Cloud you can go through these labs to build some Node-RED Applications