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 fe981fb commit 71ff22d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blog/2024/06/using-node-red-as-an-etl-tool.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Using Node-RED as an ETL Tool.
subtitle: A Step-by-Step Guide on How to Use Node-RED as an ETL Tool.
description: Learn how to utilize Node-RED as an ETL (Extract, Transform, Load) tool, and explore its advantages and disadvantages in this context.
title: Using Node-RED as an ETL Tool
subtitle: A Step-by-Step Guide to use Use Node-RED for your industrial ETL Tool.
description: Learn how to utilize Node-RED as an ETL (Extract, Transform, Load) tool for your data industrial data ops.
date: 2024-06-05
authors: ["sumit-shinde"]
image:
Expand All @@ -24,7 +24,7 @@ ETL (Extract, Transform, Load) is essential for integrating and analyzing data,

## Node-RED as an ETL tool

Node-RED is specifically used for building various types of IoT applications. During the development of such applications, we sometimes used Node-RED as an ETL is tool without even realizing it. For instance, when monitoring sensors across a facility, the process involves extracting data from sensors, transforming (cleaning and formatting) sensor data, and loading it into a database. There are thousands of other such examples. This demonstrates that Node-RED has already been adopted as an ETL tool at a certain level.
Node-RED is specifically used for building various types of IoT applications. Data ops workload are part of these use-cases, and are often deployed without thinking of them as DataOps. For instance, when monitoring sensors across a facility, the process involves extracting data from sensors, transforming (cleaning and formatting) sensor data, and loading it into a database. There are thousands of other such examples.

*Note: We have mentioned only a few nodes that can be used in the ETL process, but there are thousands of other nodes that you can explore yourself by visiting the [Node-RED Nodes Library](https://flows.nodered.org/search?type=node)*

Expand Down

0 comments on commit 71ff22d

Please sign in to comment.