mploed / ddd-aggregate-exampleLinks
Example for implementing aggregates (Domain-Driven Design) with Java
☆50Updated 7 years ago
Alternatives and similar repositories for ddd-aggregate-example
Users that are interested in ddd-aggregate-example are comparing it to the libraries listed below
Sorting:
- A simplified (in memory) example of Event Sourcing implementation for banking domain.☆99Updated 8 years ago
- An example of implementing hexagonal design in a spring-boot application (A work in progress)☆77Updated 2 years ago
- Sample code for my talk "A Deep Dive into Spring Application Events".☆42Updated 4 years ago
- Hotel booking application - Demo - Axon Framework & Axon Server☆120Updated last year
- GitHub Pages☆84Updated 7 years ago
- Repository containing some base code and guidelines to build and then scale an application☆114Updated last year
- Java implementation of the Command-Bus pattern for Spring and CDI☆47Updated 2 years ago
- Source Code for 'Practical Domain-Driven Design in Enterprise Java' by Vijay Nair☆155Updated last year
- The VLINGO XOOM examples demonstrating features and functionality available in the reactive components. See each of the submodules for sp…☆188Updated 8 months ago
- Examples of implementation CQRS with Event Sourcing - evolutionary approach☆210Updated 7 months ago
- Event Sourcing with Spring Boot and Axon☆19Updated last year
- A sample DDD kotlin microservice☆55Updated 7 years ago
- Sample projects for my talk "Refactoring to a System of Systems"☆245Updated 3 years ago
- Axon Framework extension for Kafka integration to publish and handle Event messages.☆71Updated this week
- ArchUnit examples for a ports-and-adapters application architecture inside a Spring Boot book-catalog application☆40Updated 6 years ago
- Cinema playground - example repo from reserving seats with different rules☆78Updated 2 years ago
- Sample CQRS and event sourced application developed on top of axon framework.(Kafka is used for distributing the events)☆35Updated 3 years ago
- Example application for my TechLunch @ Vaadin about DDD and the Hexagonal Architecture☆74Updated 6 years ago
- Sample project for a Game Rental application as a showcase for Axon☆56Updated last month
- ☆81Updated 6 years ago
- Saga Pattern Implementation Using Axon and Spring Boot☆80Updated 6 years ago
- Sample project for "DDD to the Code" workshop☆120Updated 3 years ago
- Multi-module project containing several Axon-based samples☆84Updated last week
- A step-to-step migration from JavaConfig to functional☆32Updated 2 years ago
- Software architecture design guidelines for apps running under eventual consistency. Works with domain driven design. Approved by practit…☆94Updated 3 years ago
- Domain Driven Design Kata, A sprint boot application built with with DDD concepts