Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Event Store Component

The event store component provides an interface and several implementations of an event store.

The available adapters for the event store are:

  • InMemory
  • Redis
  • Doctrine DBAL
  • Mongodb

The available adapters for the snapshot store are:

  • InMemory
  • Redis
  • Mongodb