-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Express Importing using import JSON #355
Comments
Who is using / requesting this ? What is the context ? |
The Import as a Service team/project is requesting this feature. Adding a declarative API on top of the existing The feature being proposed is fully backwards compatible with the existing AEM Importer features. This means all existing import scripts will still work. The new abstraction layer being proposed will be built on top of the transformation file API. The responsibility of the transformation factory is to create a valid transformation object from the JSON configuration. Additionally, a developer creating an import script could even consume the declarative API if they want to simplify the work they need to do when writing a custom import script. Finally, the introduction of a JSON configuration object will make it easier to be machine generated from a blueprint detection UI as well as AI prompts. |
Ok, thanks for the details. |
Introduce a higher-level Importer API that provides a declarative approach to transformations
Transformer Class
Importer Factory
The text was updated successfully, but these errors were encountered: