eventsourcing-java-example
Event sourcing demo
An in-memory Event Sourcing implementation of banking domain in Java
A simplified (in memory) example of Event Sourcing implementation for banking domain.
99 stars
11 watching
40 forks
Language: Java
last commit: over 7 years ago
Linked from 1 awesome list
dddddd-sampleevent-sourcing
Related projects:
Repository | Description | Stars |
---|---|---|
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
sebastianharko/adv-es-cqrs-ddd | A collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems. | 109 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,478 |
ocoda/event-sourcing | A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications | 117 |
eventuria/demonstration-gsd | A basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles | 51 |
slashdotdash/eventsourced | Builds functional domain models using event sourcing in Elixir | 104 |
asc-lab/java-cqrs-intro | An introduction to CQRS and Event Sourcing with Java implementation | 202 |
crabzilla/crabzilla | An event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies | 73 |
charlessolar/aggregates.net | A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. | 440 |
jpkleemans/attribute-events | Library that generates domain events from Eloquent attribute changes in Laravel applications | 309 |
thinkbeforecoding/fsuno | An implementation of event sourcing in F# | 76 |
humank/ddd-practitioners-ref | A comprehensive workshop covering Domain-Driven Design (DDD) principles and hands-on implementation using AWS cloud services | 314 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
ddd-by-examples/factory | An implementation of Domain-Driven Design principles and patterns in an enterprise application using Spring | 1,344 |