Coder Social home page Coder Social logo

barsifedron / candid-cqrs Goto Github PK

View Code? Open in Web Editor NEW
30.0 4.0 3.0 481 KB

A clean, simple and accessible java implementation of CQS/CQRS, with the Command Bus pattern and hexagonal architecture.

License: Apache License 2.0

Java 99.49% HTML 0.51%
cqrs command-bus hexagonal-architecture guice ddd spring java candid-cqrs architecture bus-cqrs

candid-cqrs's People

Contributors

barsifedron avatar eskatos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

candid-cqrs's Issues

communication between bounded context

Hello Sir barsifedron,
really thank you for sharing experience with CQRS, but here I have a problem how to implement the events (C / S) between different bounded context.
for example for your platform with two bounded context
with different databases

1 loan (the item is loaned) loan:aggregationId
2 popular items (the most loaned items of the day)loanPopular:aggregationId

help me and thank you

Allow some domain events to be processed within the current transaction and others to be processed after

One domain event might trigger many event handlers (ie: one handler creates
activity logs and the other sends emails or updates a counter). If handler1
and handler2 both listen to the same event, we might want handler1 to run
within the SAME jpa transaction as the caller (default behavior) but we might
also want handler2 to wait for the current transaction to be committed before
running (failure to send an email should not usually roll back successful
changes for example).

How to implement jwt authentication inside the command and query buses ?

hello Mr already a big thank you for the work you have done, but it hurts you Mr, I will use an authentication decorator for my several limited contexts how this decorator is implemented. Arnaud Lemaire talks about this conference ddd-and-cqrs-php-tour-2018.
Thank you for your help I am starting with the cqrs ddd event sourcing on an Insurance project

Domain and ManyToMany relationships

another question please how to implement a many to many relation without polluting the domain with the hibernate annotation
for OneToMany relationships you make lists
but what about ManyToMany relationships

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.