wwwision/node-event-log

Last activity 17 Feb 2023 1336
composer require wwwision/node-event-log

Log for nodes in the Event Sourced Content Repository

0.3.0

Version
0.3.0
Type
neos-package
Release Date
Feb 17, 2023 11:11
Source
git
Distribution
zip
Requires
  • php: >= 7.4
  • ext-json: *
  • neos/flow: *
  • neos/event-sourcing: ^2.3
  • neos/event-sourced-content-repository: *
  • webmozart/assert: ^1.10
  • wwwision/relay-pagination: ^1.0
Requires (dev)
  • roave/security-advisories: dev-latest
MIT c105b19bc656c7c340be79591fcf37cc93d361ea

Readme excerpt

Wwwision.NodeEventLog

Log for nodes in the Event Sourced Content Repository

Installation

Install via composer:

composer require wwwision/node-event-log

Afterwards make sure to execute doctrine migrations:

./flow doctrine:migrate

The EventLogProjector is registered as event listener for the "ContentRepository" event store and will be updated whenever new events are published.

To initialize the projector with already published events, the projection:replay command can be used:

./flow projection:replay eventlog Usage Filtering

The event log can be filtered by numerous attributes including:

  • The affected node (recursively or …
    Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 31 package(s).