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.2.4

Version
0.2.4
Type
neos-package
Release Date
Oct 21, 2022 15:26
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 70a540a5e24921a0346f2554c858c79e37bade95

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).