Skip to content

Commit f29311b

Browse files
author
Anthony Sneed
committed
Update ReadMe.
1 parent 640e192 commit f29311b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReadMe.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An event-driven approach to Command Query Responsibility Segregation.
44

5-
### Prerequisites
5+
## Prerequisites
66
- [.NET Core SDK](https://dotnet.microsoft.com/download) (5.0 or greater)
77
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
88
- MongoDB Docker: `docker run --name mongo -d -p 27017:27017 -v /tmp/mongo/data:/data/db mongo`
@@ -13,6 +13,9 @@ An event-driven approach to Command Query Responsibility Segregation.
1313
- [Install Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/)
1414
- [Initialize Dapr](https://docs.dapr.io/getting-started/install-dapr-selfhost/)
1515

16+
## Packages
17+
- [EventDriven.CQRS](https://www.nuget.org/packages/EventDriven.CQRS)
18+
1619
## Introduction
1720

1821
This project builds on the principles of [Domain Driven Design](https://en.wikipedia.org/wiki/Domain-driven_design) to provide a set of abstractions and reference architecture for implementing the [Command Query Responsibility Segregation](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) pattern, also known as as CQRS. Because entities process commands by emitting domain events, adding [event sourcing](https://microservices.io/patterns/data/event-sourcing.html) at a later time will be relatively straightforward.

0 commit comments

Comments
 (0)