https://github.com/cbuschka/eventstore
Event store implementation in Java
https://github.com/cbuschka/eventstore
eventstore java
Last synced: 7 months ago
JSON representation
Event store implementation in Java
- Host: GitHub
- URL: https://github.com/cbuschka/eventstore
- Owner: cbuschka
- License: apache-2.0
- Created: 2021-10-17T14:49:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T18:39:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T04:24:46.464Z (9 months ago)
- Topics: eventstore, java
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# eventstore
[](https://github.com/cbuschka/eventstore) [](https://github.com/cbuschka/eventstore/blob/main/license.txt)### Event store implementation in Java.
## Features
* event store for saving and loading aggregates
* replay of events
* annotations for minimizing boilerplate code
* in memory and postgresql jdbc variants
* event publishing support for outbox pattern
* event cursor support for replay## Prerequisites
* java 11
* maven 3
* docker-compose with version 3 support## License
Copyright (c) 2021 by [Cornelius Buschka](https://github.com/cbuschka).[Apache License, Version 2.0](./license.txt)