Skip to content

Commit

Permalink
Merge pull request heynickc#145 from JuliaEvseeva/patch-1
Browse files Browse the repository at this point in the history
Add Spine Event Engine framework to the JVM section
  • Loading branch information
witek1902 authored Oct 5, 2020
2 parents eaea41f + 9def8ad commit aef6a0e
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 @@ -288,6 +288,7 @@ The term was coined by Eric Evans in his book of the same title.
- [JESA](https://github.com/yreynhout/JESA) - Event sourced aggregates for Java.
- [Lagom](https://www.lagomframework.com) - The Lagom Framework is a microservices framework for the Java Virtual Machine, with APIs for the Java and Scala languages. It includes an Event Sourcing/CQRS based persistence module.
- [SeedStack's Business Framework](http://seedstack.org/docs/business/) - A set of building blocks that enable you to code business logic according to the Domain-Driven Design (DDD) approach.
- [Spine Event Engine](https://spine.io/) - a CQRS/ES framework for building cloud applications. Defines Bounded Contexts with their Commands, Events, and Entity states in Protobuf. The backend logic is written in Java, on top of the Proto-generated code. Client code in Java, JS or Dart communicates with the backend via gRPC.

### PHP
- [Broadway](https://github.com/broadway/broadway) - Broadway is a (PHP) project providing infrastructure and testing helpers for creating CQRS and event sourced applications.
Expand Down

0 comments on commit aef6a0e

Please sign in to comment.