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.

GitHub

99 stars
11 watching
40 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list

dddddd-sampleevent-sourcing

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
andreschaffer/event-sourcing-cqrs-examplesAn implementation of Event Sourcing and CQRS in a minimalist banking system using Java566
ddd-by-examples/event-source-cqrs-sampleA sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD)468
sebastianharko/adv-es-cqrs-dddA collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems.109
pyeventsourcing/eventsourcingA Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications1,483
ocoda/event-sourcingA NestJS library for implementing event-sourcing and Domain-Driven Design (DDD) patterns to simplify complex system architecture141
eventuria/demonstration-gsdA basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles50
slashdotdash/eventsourcedBuilds functional domain models using event sourcing in Elixir104
asc-lab/java-cqrs-introAn introduction to CQRS and Event Sourcing with Java implementation205
crabzilla/crabzillaAn event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies73
charlessolar/aggregates.netA framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore.437
jpkleemans/attribute-eventsLibrary that generates domain events from Eloquent attribute changes in Laravel applications312
thinkbeforecoding/fsunoAn implementation of event sourcing in F#76
humank/ddd-practitioners-refA comprehensive workshop covering Domain-Driven Design (DDD) principles and hands-on implementation using AWS cloud services316
dcomartin/ddd-cqrs-es-exampleAn implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks.133
ddd-by-examples/factoryAn implementation of Domain-Driven Design principles and patterns in an enterprise application using Spring1,347