data_resource
This module abstracts the data from the implementation. It creates two plugin types. Resources and Processors.
Features
Easy to work system where the developer has full control over the code used to bring in and process data. The only UI is the two places where you register the plugins Resources and Processors.
To create a Resource go to content and create a Resource. The only one created at the moment is a ClassResource. To use it you will need to create a custom module with a Class name DataResource and then the label you used in creating the Resource. Example: DataResourceMyResourceLabel.php You must use one word labels when creating a Resource and select the custom module you created as a class source. Then place the class in the src folder of your custom module.
Installation
Install like you would any other module.
Similar projects
Feeds