Skip to content

Commit

Permalink
Merge pull request heynickc#38 from andreschaffer/event-sourcing-cqrs…
Browse files Browse the repository at this point in the history
…-examples

Add Event Sourcing and CQRS Examples
  • Loading branch information
heynickc authored Jul 13, 2017
2 parents c50a929 + b0f5c6d commit df521aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ The term was coined by Eric Evans in his book of the same title.
- [ContosoUniversityCore](https://github.com/jbogard/ContosoUniversityCore) - ContosoUniversity on ASP.NET Core with Full .NET Framework.
- [DDDSkeletonNet](https://github.com/andras-nemes/DDDSkeletonNet) (C#) - a .NET skeleton project to introduce the concepts of Domain Driven Design and loosely coupled layers.
- [Event Sourcing Example](https://github.com/Pragmatists/eventsourcing-java-example) (Java) - A simplified (in memory) example of Event Sourcing and CQRS implementation for Java code (modeled for banking domain use cases).
- [Event Sourcing and CQRS Examples](https://github.com/andreschaffer/event-sourcing-cqrs-examples) - A pragmatic application of Event Sourcing and CQRS in Java with good references for common related problems, e.g. event ordering and idempotency.

## Libraries and Frameworks

Expand Down

0 comments on commit df521aa

Please sign in to comment.