Implements streaming bzip2 decompression in pure JS for efficient handling of .bz2 files in n8n automations.
This workflow leverages the unbzip2-stream library to provide a pure JavaScript solution for decompressing bzip2 (.bz2) files in a streaming fashion, ideal for n8n environments where memory efficiency is key. It supports both Node.js and browser contexts, making it versatile for server-side automations or client-side processing within workflows.
Key benefits include no external binary dependencies, low memory usage due to streaming, and seamless integration via n8n's Code node or custom scripts
Platform
n8n
Category
Surveys & Forms
Price
$4.99
Creator
Matt Buds
bzip2
decompress
stream
bz2
javascript
node
compression
automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.