Skip to content

webiny/data-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@webiny/data-transfer

A generic data-transfer tool for Webiny environments. Copies DynamoDB + S3 (or OpenSearch) records between AWS accounts, optionally running a transformer chain on each record.

Use cases:

  • v5 → v6 migration — write a preset that registers the relevant pipelines.
  • Prod → dev seeding — zero transformers, just copy.
  • Custom transfers — write your own transformers + pipelines + preset for bespoke data moves.

The package ships five built-in presets (v5-to-v6-ddb, v5-to-v6-os, copy-ddb, copy-os, copy-files) plus full authoring support for your own.

Quick start

git clone git@github.com:webiny/data-transfer.git
cd data-transfer
yarn install
yarn transfer

yarn transfer (no --config) launches the guided setup wizard. It walks you through selecting a project, collecting credentials, choosing a preset, and starting the transfer. See the full command reference for all options including direct --config runs, re-driving specific shards, and project scaffolding.

Built-in presets

Preset Description
v5-to-v6-ddb Full Webiny v5 → v6 migration of the primary DynamoDB table
v5-to-v6-os Migration of the OpenSearch companion DynamoDB table (run after v5-to-v6-ddb)
copy-ddb Verbatim DynamoDB + S3 copy (no transformations)
copy-os Verbatim OpenSearch companion table copy (no transformations)
copy-files S3-only file copy

Custom presets placed in your presetsDir are listed alongside built-ins.

Documentation

License

See LICENSE.

About

Data transfer tool for Webiny

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages