An open API service indexing awesome lists of open source software.

https://github.com/daggerok/eventsourced-functional-aggregate

play with functional aggregate...
https://github.com/daggerok/eventsourced-functional-aggregate

aggregate cqrs cqrs-es ddd eventsource eventsourcing eventstore

Last synced: 7 months ago
JSON representation

play with functional aggregate...

Awesome Lists containing this project

README

          

# eventsourced-functional-aggregate
Java EventSourcing playground app

play with functional aggregates

See branches:

* `vavr` - [using vavr.io pattern matches and foldLeft](https://github.com/daggerok/eventsourced-functional-aggregate/blob/vavr/src/main/java/com/github/daggerok/App.java)
* `manual` - [Abstract aggregate with aggregate configuration](https://github.com/daggerok/eventsourced-functional-aggregate/blob/manual/src/main/java/com/github/daggerok/App.java)

NOTE: _This project has been based on [GitHub: daggerok/main-starter](https://github.com/daggerok/main-starter)_