EventFlow.Example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
File Explorer
Download Latest Version (.zip)- dotnetcore.yml
- docker-compose.yml
- ExampleCommandHandler.cs
- ResetCommandHandler.cs
- ExampleCommand.cs
- ResetCommand.cs
- LogCommandBus.cs
- ExampleEvent.cs
- ExampleId.cs
- ResetEvent.cs
- ExampleReadModel.cs
- ExampleSagaCompletedEvent.cs
- ExampleSagaStartedEvent.cs
- ExampleSaga.cs
- ExampleSagaId.cs
- SagaExtension.cs
- SagaLocator.cs
- ExampleSnapshot.cs
- ExampleSnapshotVersion.cs
- ExampleSyncSubscriber.cs
- ExampleAggregate.cs
- ExampleJobs.cs
- CommandReturnResult.cs
- EventFlow.Example.csproj
- Program.cs
- PublishCommand.cs
- EventFlow.Tests.csproj
- IntegrationTestBase.cs
- IntegrationTests.cs
- EventStore.csproj
- EventStoreExtension.cs
- architecture_diagram.png
- ExampleAggregate.cs
- ExampleEvent.cs
- ExampleSyncSubscriber.cs
- Program.cs
- SyncEventHandler.csproj
- .dockerignore
- .gitignore
- _config.yml
- EventFlowExamples.sln
- LICENSE
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
