Skip to content

Commit

Permalink
Merge pull request heynickc#43 from pszymczyk/master
Browse files Browse the repository at this point in the history
Adding event-source-cqrs-sample
  • Loading branch information
heynickc authored Sep 1, 2017
2 parents 56a6591 + 67ef99a commit 464c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The term was coined by Eric Evans in his book of the same title.
- [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.

- [Event Sourcing and CQRS Sample](https://github.com/pilloPl/event-source-cqrs-sample) - Sample event sourced application with Command Query Responsibility Segregation
## Libraries and Frameworks

- [Event Store](https://geteventstore.com) - The open-source, functional database with Complex Event Processing in JavaScript.
Expand Down

0 comments on commit 464c8b2

Please sign in to comment.