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

Version
0.1.1
Type
neos-package
Release Date
Jun 07, 2021 13:08
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 8cd847200bc6ef1b8939806d80ba3a2164a32c0a

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