From d40b8ec5d684e7fac4cd68631adf8a390dc0e05a Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:47:32 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Zeger-Jan van de Weg --- 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 2ea9803526..74c3288606 100644 --- a/src/blog/2024/06/using-timescaledb-with-node-red.md +++ b/src/blog/2024/06/using-timescaledb-with-node-red.md @@ -1,5 +1,5 @@ --- -title: Using TimescaleDB with Node-RED. +title: How to use TimescaleDB with Node-RED subtitle: Guide to integrating TimescaleDB into Node-RED for Storing, Updating, and Querying Data. description: Learn how to integrate TimescaleDB with Node-RED for storing and managing time-series data efficiently. date: 2024-06-19 @@ -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, when to choose it over InfluxDB, and important operations and 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. You can watch it [here](https://www.youtube.com/watch?v=MD1U6LDqJ1c). +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).