gulp-etl-mysql-adapter

JSON →
library 1.0.7 ·javascript maintenance
verified Jun 5, 2026

A vinyl adapter for gulp-etl that extracts data from MySQL databases using the mysql2 driver and produces Message Stream JSON Lines compliant with the Singer specification. Version 1.0.7 is the current stable release; the project is in maintenance mode with no recent commits. Unlike typical gulp plugins, this is a vinyl adapter that acts as a tap (source) for database records. It uses the mysql2 library for async queries and supports the gulp-data API for dynamic configuration. A dest (target) function is planned but not yet implemented.