Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zeger-Jan van de Weg <ZJvandeWeg@users.noreply.github.com>
  • Loading branch information
sumitshinde-84 and ZJvandeWeg authored Jun 17, 2024
1 parent 4ca4422 commit d40b8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blog/2024/06/using-timescaledb-with-node-red.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).

<!--more-->

Expand Down

0 comments on commit d40b8ec

Please sign in to comment.