Eventuous 0.15 Help

Samples

You can find a bookings sample application in sample repositories.

Using EventStoreDB

Sample application that uses EventStoreDB as an event store. Events are replicated to MongoDB for building read models. The Payments component integrates with the Bookings component using integration events passed through EventStoreDB as a messaging system.

Using PostgreSQL

Sample application that uses PostgreSQL as an event store. Events are replicated to MongoDB for building read models. The Payments component integrates with the Bookings component using integration events passed through RabbitMQ as a messaging system.

All samples are being updated with the latest features and improvements.

Last modified: 16 February 2024