Code Examples¶
CQRS¶
CQRS Example - CQRS usage example.
Domain-driven Design and Database Integration¶
Domain-driven Design and Microsoft SQL Server integration - Domain-driven Design (DDD) and Microsoft SQL Server integration example.
Domain-driven Design and PostgreSQL integration - Domain-driven Design (DDD) and PostgreSQL integration example.
Domain-driven Design and MySQL integration - Domain-driven Design (DDD) and MySQL integration example.
Domain-driven Design and MongoDB integration - Domain-driven Design (DDD) and MongoDB integration example.
Domain-driven Design and RavenDB integration - Domain-driven Design (DDD) and RavenDB integration example.
Event Store¶
Event Store integration with EventStoreDB - Event Store integration example with EventStoreDB.
Event Store integration with Microsoft SQL Server - Event Store integration example with Microsoft SQL Server.
Event Store integration with PostgreSQL - Event Store integration example with PostgreSQL.
Event Store integration with MySQL - Event Store integration example with MySQL.
Event Store integration with MongoDB - Event Store integration example with MongoDB.
Read Model Store¶
Read Model Store integration with Microsoft SQL Server - Read Model Store integration example with Microsoft SQL Server.
Read Model Store integration with MongoDB - Read Model Store integration example with MongoDB.
Sagas¶
Saga Choreography with Microsoft SQL Server - Saga Choreography example with Microsoft SQL Server.
Saga Choreography with MongoDB - Saga Choreography example with MongoDB.
Saga Orchestration with PostgreSQL - Saga Orchestration example with PostgreSQL.
Message Broker¶
Message Broker with RabbitMQ - Message Broker example with RabbitMQ.
Message Broker with Azure Service Bus - Message Broker example with Azure Service Bus.