vendure-data-hub-plugin

Getting Started

This section covers everything you need to get the Data Hub plugin running in your Vendure project.

Contents

  1. Installation - Add the plugin to your Vendure project
  2. Quick Start - Create your first pipeline in 5 minutes
  3. Core Concepts - Understand pipelines, steps, and data flow

Prerequisites

Overview

The Data Hub plugin adds ETL (Extract, Transform, Load) capabilities to Vendure:

  1. Extract - Pull data from external sources (APIs, databases, files)
  2. Transform - Clean, validate, and map data to Vendure formats
  3. Load - Create or update Vendure entities (products, customers, etc.)

You can build pipelines using either:

Next Steps

Start with Installation to add the plugin to your project.