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...
- Host: GitHub
- URL: https://github.com/daggerok/eventsourced-functional-aggregate
- Owner: daggerok
- License: mit
- Created: 2019-04-16T00:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T21:56:49.000Z (over 6 years ago)
- Last Synced: 2025-01-10T00:45:24.159Z (9 months ago)
- Topics: aggregate, cqrs, cqrs-es, ddd, eventsource, eventsourcing, eventstore
- Language: Java
- Size: 126 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eventsourced-functional-aggregate
Java EventSourcing playground appplay 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)_