Node-red - 5.2

: Finally, he connected a "Postgres" database node. The Result: From Raw Data to a Living Map

: He started with an "HTTP Request" node to grab the raw data from the sensors.

: He added a "Function" node. Using a bit of JavaScript , he cleaned up the data so it was easy to read. 5.2 NODE-RED

Alex turned to in the project manual. This section described Node-RED as a browser-based "flow editor" where you can wire together different blocks (nodes) like LEGO bricks.

Alex was a developer for a smart orchard. Every hour, hundreds of sensors measured soil moisture and temperature. The data was there, but it was stuck inside the sensors. Alex needed a way to collect this information and store it in a database so the farmers could see it on their digital maps. The Solution: Opening Section 5.2 : Finally, he connected a "Postgres" database node

With a single click to , the flow went live. The moisture data began flowing from the trees into the database. Because Alex followed the instructions in Section 5.2 , the data was now ready to be pulled into an ArcGIS map, showing the farmers exactly which parts of the orchard needed watering in real-time.

Following the steps in Section 5.2, Alex built a digital pipeline: Using a bit of JavaScript , he cleaned

Here is a story of how a developer might use Section 5.2 of a technical guide to solve a real-world problem. The Problem: A Data Silo in the Orchard