I just saw this issue popping out in @drupal8modules twitter account. I read the description and look briefly at the code and it looks very nice.
I am one of the maintainers of
https://www.drupal.org/project/migrate_default_content/
and I was wondering if the modules can learn something from each other.

The main difference is that (I think) this module generates actual files and migrate_default_content generates the migrations on the fly when the cache is cleared.
At one point we dropped CSV support because it was not giving us much flexibility but I am opened to add it again if it is implemented better.

I am definitely linking to this module as a "similar module" in the module description.

What do you think?

Comments

rodrigoaguilera created an issue.

sorlov’s picture

Hi, @rodrigoaguilera

From first look, yes, our projects have similar purpose.

About CSV support, we use it as sources can be easily managed by anyone who can work in Excel.

But I like your way with having different source plugins.
IT can be useful to support different source formats, as our plans include module that will export existing content from site to source files in format that will be compatible with this module.