What problem does it solve?
East developers frequently need to coordinate data access across multiple I/O systems (SQL/NoSQL databases, cloud storage, file transfers, and data formats). This Skill provides a cohesive set of Node.js compatible APIs under modules like SQL, Storage, NoSQL, Format, and Transfer to streamline building East programs that read, write, and transform external data.
Core Features & Use Cases
- SQL databases: SQLite, PostgreSQL, MySQL
- NoSQL: Redis, MongoDB
- Storage: S3 and S3-compatible services
- File transfers: FTP and SFTP
- File formats: XLSX and XML parsing/serialization
- Compression: Gzip, Zip, Tar
- Use cases: Build data pipelines, ETL tasks, cloud integrations
Quick Start
Install the East Node IO plugin and import the modules in your East function. Follow the reference API docs and examples to wire a simple workflow that connects to a database, reads data, and writes results to storage.