Skip to content

Nimbus EventSourcingDB Package

The EventSourcingDB package provides a seamless integration between Nimbus and EventSourcingDB. It offers a managed client, event reading and writing with automatic Nimbus event mapping, event observers with retry logic, and built-in OpenTelemetry tracing.

Deno

bash
deno add npm:@nimbus-cqrs/eventsourcingdb

NPM

bash
npm install @nimbus-cqrs/eventsourcingdb

Bun

bash
bun add @nimbus-cqrs/eventsourcingdb

Example Application

An in Depth Example

This guide also has an in depth example of a working application built with Nimbus. Combining DDD, CQRS and Event Sourcing.

Check out the In Depth Example page to learn how everything is connected and works out in a real-world application.