Node.js scripts to migrate content from Europeana Bolt CMS MySQL database,
to Contentful blogPosting
content type.
Install dependencies with:
pnpm install
Copy the supplied .env.example
file to .env
, and populate
with the configuration for MySQL and Contentful.
First, authors need to be migrated:
pnpm migrate authors
NOTE: if authors are not migrated first, then posts will not be linked to them.
Second, posts need to be migrated:
pnpm migrate posts
Licensed under the EUPL v1.2.
For full details, see LICENSE.md.