ETL Pipelines with Node-RED?

Just an update on this, I've got the following going:

flatmem4

What this shows is the web2disk node streaming 145MB from web to disk. The disk2stream node then unzips that file, sees a 1.8GB JsonL file and begins to stream that line-by-line generating 2M messages, that end at the debug node.

What the point here is that memory is complete flat the entire time, it's all being streamed. The other thing is that the whole thing took 90s to do.

That's a promising start ... :wink:

4 Likes