Description
EventStoreDB is an event sourcing database that stores data in streams of immutable events.Examples
Dependency:
npm install @testcontainers/eventstoredb --save-dev
Usage:
const container = await new EventStoreDBContainer("eventstore/eventstore:24.10").start();