Concept

Stats processors can be created as configuration, similar to a migration.

  • Trigger: entity insert, update oder delete
  • Source: reads rows from a configurable source
  • Steps: multiple steps can be configured that process the given rows
  • Destination: at the end the resulting rows will be passed to a destination plugin to store the processed values

Tasks

  • MVP: Provide an API that can be used programmatically

Comments

derhasi created an issue. See original summary.

  • derhasi committed 6434d92 on 8.x-1.x
    Issue #2961107 by derhasi: Document Drupal 8 reboot
    
derhasi’s picture

Version: » 8.x-1.x-dev
Status: Active » Fixed

Basic code is implemented. I will create some follow ups for:

* Ordered processing and dependency management
* Configurable plugin forms for source, step and destination
* Batch processing

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.