Skip to content

upchuk/advanced_migrations

Repository files navigation

Advanced migrations

This module contains some examples of more advanced migrations:

  • Funky process plugin to import hierarchical terms
  • Migrate tools data fetcher plugin for scanning a directory of JSON files
  • Migration templates to import entity translations
  • Product setup and migration of product variations

Just setup the project following the steps below using Docker and you can run the migrations:

drush ms
drush migrate:import --all

Development setup

Run the following commands:

$ docker-compose up -d
$ docker-compose exec php composer install
$ docker-compose exec php ./vendor/bin/run drupal:site-install

Go to http://localhost:8080/build and you have a Drupal site running with the module and its dependencies!

Requirements:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published