Vendure Data Hub
Enterprise ETL and data integration plugin for Vendure. Visual pipeline builder, 9 extractors, 61 transform operators, 24 entity loaders, and feed generators for Google Merchant and Amazon.
Vendure projects keep rebuilding the same plumbing: product imports from ERP and PIM systems, inventory sync, price updates, marketplace feeds. Each integration starts from zero, ships as one-off scripts, and breaks silently when a supplier changes a column. The ecosystem had no production-grade, reusable data pipeline layer.
We built Data Hub as a first-class Vendure plugin: declarative pipelines composed from extractors (CSV, JSON, XML, REST, GraphQL, FTP, S3 and more), 61 transform operators with dry-run preview, and loaders for 24 Vendure entity types. Pipelines run on schedules or webhooks, with retries, idempotent upserts, real-time logs and a visual editor in the admin UI. Feed generators publish Google Merchant and Amazon feeds from the same pipeline graph.
A single plugin replaces the integration scripts of a typical commerce project. Published open source on GitHub; production-tested with high-volume catalog imports and verifiable down to every operator in the repository.