Read/Write Files from Disk
The Local File integration is an enterprise-grade native bridge to the server's local file system. It effortlessly eliminates Out-Of-Memory crashes by streaming heavy binary documents through kernel I/O, solving the pain of massive file manipulation. Seamlessly inject robust directory management, Base64 encoding, and highly secure no-code workflow orchestration directly into your data pipelines.
What can you do with Read/Write Files from Disk?
Complete File System Management
Surgically execute native Read, Write, Append, Delete, and Mkdir operations on your local hard disk directly from the visual workflow canvas.
Zero-Copy Stream Architecture
Built for extreme production stability. Reads and writes bypass heavy RAM buffering by streaming data directly through kernel I/O, providing flawless Out-Of-Memory (OOM) protection.
Universal Binary Support
Instantly write standard UTF-8 text logs, or ingest and write complex Base64-encoded binary data (like images and PDFs) generated from upstream automation nodes.
Detailed Usage & Configuration
The Local File node provides ultimate control over the local file system hosting the engine. Whether automating daily log backups, downloading massive binary payloads, or structuring report directories, this node handles heavy Data Processing operations seamlessly.
1. High-Performance Data Streaming
Unlike standard automation nodes that crash when handling massive files, this node is hardened for enterprise production:
- Reading Data: Enforces a strict safety limit. It utilizes stream-based Base64 encoding to pipe the file directly into your workflow's
JSONpayload without spiking the server's RAM. You can then instantly pass this payload to the AI Supervisor for analysis. - Writing & Appending: Choose between standard Text (UTF-8) for CSVs/Logs, or Base64 for binary documents. The engine performs a forced physical disk sync (
fsync), guaranteeing absolute data integrity.
2. Automated Directory Maintenance
Orchestrate complex folder structures dynamically during execution:
- Create Folder (Mkdir): Dynamically generate nested directory trees on-the-fly via variables like
/var/data/exports/{{ $json.year }}. - Delete & Clean: Automatically sweep obsolete files or wipe entire temporary directories post-execution to save Storage space.
