From c778d7b1bfbde5b7e5edf47f4161e492a53d0c90 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:55:03 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: gdziuba --- src/blog/2024/06/using-timescaledb-with-node-red.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog/2024/06/using-timescaledb-with-node-red.md b/src/blog/2024/06/using-timescaledb-with-node-red.md index d3735bf78a..9e4b0e24ca 100644 --- a/src/blog/2024/06/using-timescaledb-with-node-red.md +++ b/src/blog/2024/06/using-timescaledb-with-node-red.md @@ -15,7 +15,7 @@ tags: In the context of IoT and IIoT applications, time series databases are essential for storing data based on timestamps. While InfluxDB has been a popular choice for a long time, another time series database, TimescaleDB, is gaining popularity. This article will cover how to use TimescaleDB with Node-RED, how TimescaleDB works, and the queries needed when building IoT applications. -If you prefer video tutorials, a few months ago, Gray, OT Data & Community Strategist at Flowfuse, conducted a [live session on TimescaleDB](https://www.youtube.com/watch?v=MD1U6LDqJ1c). +If you prefer video tutorials, a few months ago, Grey, OT Data & Community Strategist at Flowfuse, conducted a [live session on TimescaleDB](https://www.youtube.com/watch?v=MD1U6LDqJ1c). @@ -57,7 +57,7 @@ Since TimescaleDB is built on top of PostgreSQL, we can use the PostgreSQL node. ### Configuring PostgreSQL node with TimescaleDB configurations -Before proceeding further make sure you have added environment variables for your TimescaleDB configuration details, for more information refer to [Using environment variables with Node-RED](/blog/2023/01/environment-variables-in-node-red/). +Before proceeding, make sure you have added environment variables for your TimescaleDB configuration details. For more information, refer to [Using environment variables with Node-RED](/blog/2023/01/environment-variables-in-node-red/). 1. Drag a PostgreSQL node onto the canvas and double-click on it. 2. Click on the edit icon next to the Server input field to add configuration details in the PostgreSQL config node.