migrate_from_services
Migrate from Services is a “migration launcher” that allows you to run migrations from JSON data provided by a configurable endpoint. The module sets a format and mandatory parameters (such as migration_id) and optional ones (such as idlist, force, update...) so that you can launch custom migrations from external services.
Features
The key features of Migrate from Services are as follows:
- Migration from external services from JSON.
- Migration from raw JSON.
- Manual migration (similar to Migrate Tools)
Migrations are executed from batch processes (Batch API) through the administration interface.
Post-Installation
Configure the permissions for each of the roles on your website. Go to /admin/config/services/migrate-from-services to start launching migrations. Please note that:
- It is necessary that you have the migrations ready to be executed (migration plugin, source, process, destination, if applicable).
- The JSON source must have a valid structure and format.
Additional Requirements
Migrate from Services requires Migrate and Migrate Tools to work properly.
Please note that this is an early, very basic but functional version of all the future potential this module can offer, all your suggestions will be appreciated!